<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************
Name: cmxform Styles
***********************************/
form span.error, span.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #B94A48  !important;
	font-weight:normal;
	font-size:0.8em;
	    background: transparent !important;
    padding: 0;
	display:block;
	 position: revert;
}
form input.error, textarea.error, select.error
{
	 border:1px solid #a94442 !important;
}

.required{
background: transparent !important;
color: #B94A48  !important;
font-weight:normal;
font-size:0.8em;
}

</pre></body></html>