
body				{ font-family:Arial, Helvetica, sans-serif  color: #3a3a3a;  }

.clear				{ clear: both; }



.formdiv {
	width:471px;;
	height:234px;

background: url(images/formbg.jpg) top center no-repeat  ; 
	
	}


fieldset			{ border: 0; }


input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 18px;
					  color: #3a3a3a; font-family: Georgia, serif;}
input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
					  
.button				{ background: url(images/button-bg.png) repeat-x top center; border: 1px solid #999;
					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 13px;  width: 70px; }
.button:hover		{ background: white; color: black; }
