/**********************************

Name: cmxform Styles

***********************************/

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend {
	color: #e57107;
}

form.cmxform fieldset {
	border: 2px solid #cccccc;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color:  #e57107;
	font-style: italic;
	
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 0px 5px 0px;
}

div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted  #e57107; }
