
.input {

  border: 1px solid #4371AC;
	background-color: #F3F3F3; 
  color: #202020;
	
}


.inputSubmit {

	border: 3px solid #0D5924;
	background-color: #1D8836;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/images/btns_bg.png) repeat-x;
	height: 25px;
	padding: 3px 10px 20px 10px;
	cursor:pointer;	

	border-left-color: #1D8836; 
	border-left-width: 3px;	 

	border-right-color: #1D8836; 
	border-right-width: 2px; 	

	border-bottom-style: ridge; 
	border-bottom-color: #1D8836; 
	border-bottom-width: 3px; 	

	border-top-style: ridge; 
	border-top-color: #1D8836; 
	border-top-width: 3px;
	

}

 span.select {
   position: absolute;
   width: 195px; /* With the padding included, the width is xxx number of pixels: the actual width of the image. */
   height: 18px;
   padding: 5px 24px 0 8px;
	 color: #808080;
   background: url(/images/select_big.gif) no-repeat;
	 background-color: #F3F3F3; 
   overflow: hidden;
 }
 
option {
	background-color: #F3F3F3;
	color: #353535;
	}
 		
 span.radio {
   width: 19px;
   height: 25px;
   padding: 0 2px 0 0;
   background: url(/images/radio.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
				
