.cmxform fieldset p.error label { color: #B20000; }
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}

form.cmxform label.error, label.error, span.error {
	color: #B20000;
}
input {	border: 1px solid LightSlateGray; }
input.checkbox { border: none }
input:focus { border: 1px dotted LightSlateGray; }
input.error { border: 1px dotted #B20000; }

.errorlist {
	border: 2px solid #B20000;
	padding:10px; 
	margin-bottom:20px;
	font-size: 1.2em; 
	line-height: 18px; 
	color: #7d807c; 
	font-weight: normal;
	text-align: left;
}
.errorlist ol li {
	list-style-type: disc;
	margin-left: 20px;
}
.errorlist { display: none }
.errorlist label.error {
	display: inline;
}


