﻿  /*
  * Form
  */
  form label
  {
    float: left;
    display: block;
    width: 150px;
    text-align: right;
    margin: 0 10px 0 0;
  }
  
  form .textBox
  {
    width: 300px;
  }
  
  form .amountTextBox
  {
    width: 40px;
  }
  
  form .radioButtonList input
  {
  }
  
  form .radioButtonList label
  {
    float: none;
    display: inline;
    width: auto;
    margin-left: 5px;
  }
  
  /*
  * Basket
  */
  form .basket thead,
  form .print thead
  {
    background-color: #3D9D31;
    font-weight: bold;
  }
  
  form .basket tbody
  {
  }
  
  form .basket thead td,
  form .print thead td
  {
    text-align: center;
    color: #FFFFFF;
    padding: 3px;
  }
  
  form .basket tbody td,
  form .print tbody td
  {
    color: #3D9D31;
    padding: 3px;
  }
  
  form .basket td.product
  {
    width: 120px;
  }
  
  form .basket td.description
  {
    width: 200px;
  }
  
  form .basket td.amount
  {
    width: 50px;
  }
  
  form .basket td.print
  {
    width: 150px;
  }
  
  form .basket td.delete
  {
    width: 75px;
  }
  
  form .print td.file
  {
    width: 300px;
  }
  
  .form .ProgressBar
  {
    width: 100px;
    padding: 0;
    border: 1px solid #000000;
    margin: 10px;
  }
  
  form .ProgressBar div
  {
    background-color: #808080;
    font-size: 1px;
    height: 100%;
  }
  
  form .asyncUploader object
  {
  }

