@import "cmxformTemplate.css";
/***********************************/
form.cmxform {
	margin-top: 0px;
	font-size: 0.9em;
}
form.cmxform fieldset {
	border: none;
	border-top: 0px solid #CCC;
	padding-left: 0px;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
	background-image: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
form.cmxform legend {
	padding-left: 0px;
	text-align: left;
}
form.cmxform label {
	text-align: left;
	width: 150px;
}
form.cmxform label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: #09C;
	font-size: 0.8em;
	font-style: normal;
	margin-left: 10px;
	font-weight: bold;
}
form.cmxform div.error {
	display: none;
}
form.cmxform #radios.error {
	margin-left:100px;
}
form.cmxform input {
	border: 1px solid black;
}
form.cmxform input:focus {
	border: 1px dotted #09C;
}
form.cmxform input.error, textarea.error {
	border: 1px dotted #09C;
}
form.cmxform input.submit {
	margin-left: 153px;
}
form.cmxform .gray * {
	color: gray;
}