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

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;
}

.register-style {
	border: 1px solid #9cb8cc;
	font-size: 12px;
	padding: 3px;
	width: 310px;
}

.register-textarea {
	border: 1px solid #9cb8cc;
	font-family: Arial;
	font-size: 12px;
	height: 168px;
	overflow: auto;
	padding: 3px;
	width: 310px;
}

input.no-style {
	border: none;
	padding: 0px;
}

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

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