
#registerForm label.error {
	margin-left: 10px;
	width: auto;
	display: block;
}

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

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	
}

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;
	display: block; 
}
div.error { display: none; }


input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
#register .title{ font-weight: bold; font-size:14px;color:#BDA11E;}
/*********INFO********/
.actionOK{color:#0b9205;text-align: center;}
.actionError{color:#e80606;text-align: center;}

