   #content form{ margin: 0; position: relative; left: 15px; width: 410px;}
   #content form div.row{ clear: left; margin: 0 0 3px 0;}
   
   #content form input, #content form textarea, #content form select{ 
      font-size:  10px;
      height:     13px;
      border:     1px inset #000000;
      background: #DFF2FF; 
      margin:     0 3px 3px 0;
   }
   #content form textarea{ height: 75px !important; font-size: 12px;}
   #content form select{ height: 17px !important;}
   
   #content form div.input input,#content form div.col input{ background: white;}
   #content form div.input input.check,#content form div.col input.check{ background: transparent;}
   
   #content form input.whole, #content form textarea.whole, #content form select.whole { width: 400px; width: 396px !ie;}
   #content form input.half, #content form select.half{  width: 200px; float: left;  width: 198px !ie;}
   #content form input.third{ width: 131px; float: left; width: 127px !ie;}
   #content form input.fourth{width: 100px; float: left;}
   #content form input.check{ border: 0; margin: 0;}

   #content form b{ display: block; font-size:12px; }
   #content form b.half{ width: 200px; float: left; font-size:12px;}
   #content form b.third{width: 130px; float: left; font-size:12px;}
   
   #content form { display: block; }
   #content form .half{ width: 200px; float: left; padding:0; margin:0; text-decoration:none; font-size:12px;}
   #content form h5.third{width: 130px; float: left; padding:0; margin:0; text-decoration:none; font-size:12px;}
   

   
   #content form input.submit{ 
      border:           1px outset #FEBC06;
      background:       #BF7C03;
      color:			white;
      padding:          3px 5px;
      margin-top:       4px;
      height:           auto !important;
      font-size:        13px !important;
   }
   #content form div.col
   {  width:      197px;
      margin:     0 3px 3px 0;
      padding:    3px 0 3px 0;
      float:      left;
      border:     1px inset #CAD6EA; 
      background: #CAD6EA;
   }
   #content form div.input
   {  width:      393px;
      border:     1px inset #CAD6EA; 
      background: #CAD6EA;
      margin:     0 3px 3px 0;
      padding:    3px 0 3px 3px;
   }
