/**********************************
Name: cmxform Styles
***********************************/
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	margin: 0 5px;
	padding: 3px;
}
/*
div.error { display: none; }
input {	border: 1px solid #999; }
.input2 { border :0; }
input:focus { border: 1px solid black; }
input.error { border: 1px solid red; }
*/
form.cmxform .gray * { color: gray; }
