@charset "utf-8";
/* CSS Document */

/* Form Validation */
.error,.email_error,.multiple_email_error,.www_error,.password_error,.form_error{
	color: #C00;
}
.form_error{
	font-weight: bold;
	text-align:center;
}
.highlight, input[type="text"].highlight, input[type="password"].highlight, input[type="email"].highlight, textarea.highlight{
	border:2px solid #C00;
}
.reqd{
	color:#C00;
}
.error_box{
	background-color:#cc3333;
	padding:8px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}