form label{
	clear:both;
}
form .captcha{ 
	float:left;
	margin-top:5px;
	clear:both
}
form .captchaimage {
	float:left;
	margin-top:5px
}
form .clear{
	clear:both
}
form label.error {
	display:block;
	font-weight:normal;
	font-style:italic;
	font-size:9px;
	color:red 	
}  
input.error,select.error,textarea.error{
	
}
.success{
	margin:100px auto;
	background:url(images/success.gif) no-repeat left;
	height:15px;
	display:block;
	text-align:center;
	font-weight:bold;
	width:230px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}
.summary {
	text-align:left;
	padding-left:36px;
	background:url(images/error.gif) left center no-repeat;
	display:none;
	color:red; 
	padding-top:10px;
	height:26px;    
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
 