/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 370px !important;
	font-size: 1.0em !important;
	color: #333 !important;
}

form.cmxform legend {
	padding-left: 0 !important;
}

form.cmxform legend, form.cmxform label {
	color: #333 !important;
}

form.cmxform fieldset {
	border: none !important;
	border-top: 1px solid #C9DCA6 !important;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x !important;
	background-color: #F8FDEF !important;
}

form.cmxform fieldset fieldset {
	background: none !important;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px !important;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x !important;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red !important;
	font-style: italic !important;
	text-transform: none !important;
	font-size: 12px !important;
	font-family: sans-serif !important;
}
div.error { display: none !important; }
input {	border: 1px solid black !important; }
input.checkbox { border: none }
input:focus { border: 1px solid black !important; }
input.error { border: 1px solid black !important; }
form.cmxform .gray * { color: gray !important; }