BODY {
  	font-family: verdana; 
	font-size:11px;}
  
TABLE.form {
  	width:500px; 
	font-family: verdana; 
	font-size:11px; 
	color:#000000; 
	}
  
TABLE.form TD {
  	vertical-align:top; 
	padding:2px}
  
TABLE.form TD.lbl {
  	vertical-align:top; 
	text-align:right}
  
TABLE.form INPUT, SELECT {
  	
	font-family: verdana; 
	font-size:10px; 
	color:#000000; 
	}
  
TEXTAREA {
	width:450px;
	font-family: verdana; 
	font-size:10px; 
	color:#000000; 
	}
	
TABLE.form INPUT.radio {
	width:40px; 
	background-color:transparent}
  
TABLE.form INPUT.check {
	width:40px; 
	background-color:transparent}
  
TD.errors {
	vertical-align:top; 
	font-family: verdana; 
	font-size:11px; 
	color:red}  
	
TD.disclaim {
	vertical-align:top; 
	font-family: verdana; 
	font-size:9px; 
	color:#909090}
	
.submit {width:50px;}