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

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 100%;
/*	font-size: 1.0em;
	color: #333;*/
}

form.cmxform legend {
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size:  14pt;
	font-weight: bold;
	color: #00BD00;
}

form.cmxform label {
	width: 160px; 
	min-width: 160px; 
	display: inline-block;
	vertical-align: top;
	margin-right:5px;
}


form.cmxform fieldset {
	border: none;
	border-top: 2px solid #00BD00;
	margin-top: 10px;
	
}


form.cmxform fieldset fieldset {
	background: none;
}


form.cmxform fieldset p {
  margin-top: 3px;
  padding-bottom: 3px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: #CA0000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	width: auto;
	margin-left: 10px;
}

form.cmxform p input {
  width: 200px;
}
form.cmxform div.error { display: none; }
form.cmxform input { border: 1px dotted black;}
form.cmxform input:focus { border: 1px solid black; }
form.cmxform input.error { border: 1px dotted #CA0000; }

form.cmxform textarea {	border: 1px dotted black; }
form.cmxform textarea:focus { border: 1px solid black; }
form.cmxform textarea.error { border: 1px dotted #CA0000; }

form.cmxform input[type=submit] { border: 1px solid black; }

.cmxformerror {
	margin: 15px;
	padding: 15px;
	color: #CA0000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	border: 1px solid #CA0000;
	background-color: #FFCDCD;
	opacity: 0.80;
}