div.error {
	color: red;
	/*height:11px;*/
	line-height:14px;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

span.success, div.success {
	color: green; 
	height:11px;
	line-height:12px;
}

input.error, textarea.error, select.error {
	border: 1px dashed red;
}

label.error{
	display:block;
	margin-left:10px;
	width:auto;
}