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

Name: registerForm  Styles

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

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.no-style {
	border: none;
	padding: 0px;
}

input:focus {
	border: 1px solid #051431;
}

input.error {
	border: 1px solid #fe0000;
}

#top-login .width1 {width:110px;}