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

Name: cmxform Styles

***********************************/
form.cmxform {
	
}

form.cmxform legend {
}

form.cmxform legend, form.cmxform label {
}

form.cmxform fieldset {
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	position:absolute;
	color: red;
	font-size:13px;
	padding: 3px 0 0 0;
	top:17px;
}
#agree-error{
	top:-18px;
	left:0;
	}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }