/* Form Validation
-------------------------------------------------------------- */
#nameError,
#emailError {
	margin:3px 0;
	display:none;
	font-family: verdana, sans-serif;
	font-size:10px;
	color:#cc0000;
}

#ar-fields input[type="text"].plm-field-error {
	border:1px solid #cc0000 !important;
	color:#cc0000 !important;
}