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

Name: cmxform Styles

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

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

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

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #b2e2fb;
	padding-left:5px;
	padding-right:5px;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/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
}
div.error { display: none; }
input {	border: 1px solid #999; }
input:focus { border: 1px dotted #999; }
input:hover { border: 1px dotted #ff960e; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:500;
}