form.cmxform { width: 50em;}
span.error {
	background:url("../images/error.png") no-repeat 0 0;
	padding: 1px 0 2px 20px;
	color: red;
	height:16px;
	line-height:16px;
}
span.success {
	background:url("../images/correct.png") no-repeat 0 0;
	padding: 1px 0 2px 20px;
	color: green; 
	height:16px;
	line-height:16px;
}

form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
span.error {
	margin-left:10px;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#warning { display: none; }
input.error, textarea.error { border: 1px dotted red; }

