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

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 480px;
	font-size: 1.0em;
	color: #333;
}

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

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px 0;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}
legend
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #AC0000;
	font-style: italic
}
div.error { 
	display: none; 
}
input {	
	border: 1px solid #D0D0D0; 
}
input.checkbox { 
	border: none 
}
input:focus {
	
}
input.error { 
	
}
textarea { 
	border: solid 1px #D0D0D0;	
}
form.cmxform .gray * { 
	color: gray; 
}