/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 433px;
	font-size: 1.0em;
	color: #FFF;
}

form.cmxform legend {
	padding: 10px;
}

form.cmxform legend, form.cmxform label {
	color: #FFF;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #2C2C2C;
	background: url(../img/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #181818; 
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../img/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size: 0.8em;
}
div.error { display: none; }
input, select, option, textarea {	border: 1px solid #000; width:250px; text-align:left; background:#2C2C2C; color:white; }
select { width:255px; }
input.checkbox { border: none; }
input:focus { border: 1px dotted white; }
input.error { border: 1px dotted red; }
select:focus { border: 1px dotted white; }
select.error { border: 1px dotted red; }
textarea:focus { border: 1px dotted white; }
textarea.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
