div.error { display: none; }
input.error, select.error { 
	border: 2px solid #F27B7B; 
	background-color:#FFFFFF;
}
label.error{
	font-size:11px;
	float:left;
	clear:left;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	margin-top:1px;
	margin-bottom:2px;
	width:auto !important;
	min-width:110px !important;
	height:auto;
	background-color:#F27B7B;
	color:#FFFFFF;
	text-align:left !important;
	border:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
input:focus { 
	border: 1px solid #9ACD4B; 
	background-color:#FFFFFF;
}
textarea:focus { 
	border: 1px solid #9ACD4B; 
	background-color:#FFFFFF;
}

