span.error, div.error {
	color: red;
	/*height:11px;*/
	line-height:11px;
	font-weight:bold;
	padding-left:211px;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

span.success, div.success {
	color: green; 
	height:11px;
	line-height:11px;
}

input.error, textarea.error, select.error {
	border: 1px dashed red;
}
