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

Name: cmxform Styles

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


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

div.error { display: none; }
input {	border: 1px solid #5c8be8}
input:focus, textarea:focus  { border: 1px dotted #5c8be8; }
input.error, textarea.error  { border: 1px dotted red; }

form.cmxform .gray * { color: gray; }

/* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */

form.cmxform label.error {
	fonwidth: auto;
	font-weight : bold;
}
