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

Name: cmxform Styles

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

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

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

form.contactCDPM fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.contactCDPM fieldset fieldset {
	background: none;
}

form.contactCDPM fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.contactCDPM label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display:block;
	float:left;
	background:url(../images/notValid.gif) bottom right no-repeat;
	width:14px;
	height:18px;
	padding-left:3px;
}
form.contactCDPM  label.checked {
  background:url(../images/notValid.gif) no-repeat 0px 0px;
}
textarea:focus {
  border: 1px dashed #9BC141;
}
div.error { display: none; }
input:focus { border: 1px dashed #9BC141; }
input.error { background-color:#F5C7C9;border: 1px dashed red;width:220px;float:left; }
textarea.error { background-color:#F5C7C9;border: 1px dashed red;width:220px;float:left; }
input.valid { border: 1px dotted #9BC141; }
form.contactCDPM .gray * { color: gray; }