/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 400px;
	font-size: 1.0em;
	color: #333;
	margin:0px auto;
	border:1px dotted #cbddef;
	background-color: #F3F4F5;
}

form.cmxform legend {

	margin: 15px 0 15px 0 ;
	padding:10px 0 0 0;
	width: 150px;
}

form.cmxform legend, form.cmxform label {
display: block;
width:100px;
float:left;
color: #336600;
	
}

form.cmxform fieldset {
	border: none;
	border-top: 0px solid #a2b2b4;
	/*background: url(../img/cmxform-fieldset.gif) left bottom repeat-x;*/
	background-color: #F3F4F5;
}

form.cmxform textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:220px;
	height:100px;
	border: 1px solid #a2b2b4;
}

form.cmxform fieldset fieldset {
	background: none;
	
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 8px 5px 8px;
	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
}
div.error { display: none; }
input {	  border: 1px solid  #a2b2b4; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
