   #body form
   { 	margin: 		0;
   	width: 		410px;
   	z-index: 	100 !important;
   	float:		left;
   }
   #body form div.row{ clear: left; margin: 0 0 3px 0;}
   
   #body form input, #body form textarea, #body form select, #body form div.input{ 
      font-size:  10px;
      height:     13px;
      border:     0;
      background: #1378c9; 
      margin:     0 3px 3px 0;
      color:		white;
   }
   #body form textarea{ height: 75px !important;}
   #body form select{ height: 17px !important;}
   
   #body form div.input input,#body form div.col input{ background: white; color: #545BFF;}
   #body form div.input input.check, #body form div.input input.radio,
   #body form div.col input.check,#body form div.col input.radio{ background: #545BFF; border: 0; margin: 2px 4px 0 0;}
   
   #body form input.whole, #body form textarea.whole, #body form select.whole { width: 400px;}
   #body form input.half, #body form select.half	{ width: 198px; float: left;}
   #body form input.third, #body form select.third	{ width: 131px; float: left; _width: 129px;}
   #body form input.fourth, #body form select.fourth{width: 100px; float: left;}
   #body form input.check{ border: 0; margin: 0;}
	
	#body form div.col input.check,#body form div.col input.radio{ _background: #1378C9 !important;}
	
	#body form div.half{ width: 192px; float: left; }
	
	#body form b small{ font-size: 10px; }
   #body form b{ display: block; }
   #body form b.half{ width: 203px; float: left;}
   #body form b.third{width: 137px; float: left;}
   #body form b em
   {	color:			red;
   	font-size:		20px;
   	line-height:	8px;
   	_line-height:	normal;
   	position:		relative;
   	top:				7px;
   }
   
   #body form input.submit{ 
      border:           0;
      background:       #F7C21A;
      color:				black;
      padding:          3px 5px;
      margin-top:       4px;
      height:           auto !important;
      font-size:        13px !important;
   }
   #body form div.col
   {  width:      197px;
      margin:     0 3px 3px 0;
      padding:    3px 0 3px 0;
      float:      left;
      border:     0; 
      background: #545BFF;
   }
   #body form div.input
   {  margin:     0 5px 3px 0 !important;
      padding:    3px 0 3px 3px !important;
   }
