form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size: 10px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 15px;
}
div.error { display: none; }
input.checkbox { border: none }
input.input.error { border-bottom: 1px solid red; }
input.inputc.error { border-bottom: 1px solid red; }
textarea.error { border: 1px solid red; }
select.error { border: 1px solid red; }
