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

Name: cmxform Styles

***********************************/
form.cmxform {
	font-size: 1.0em;
}

form.cmxform label {
	color: #FFF;
	display: block;
	width: auto;
	display: inline-block;
	line-height: 1.8;
	vertical-align: bottom;
	width: 45px;
}

form.cmxform label.error{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	margin-left: 0px;
	width: 100px;
}
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
