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

/* Form Validation */
.error,.email_error,.multiple_email_error,.www_error,.password_error,.form_error{
	color: #C00 !important;
}
.form_error{
	font-weight: bold !important;
	text-align:center !important;
}
.highlight{
	border:2px solid #C00 !important;
}
.reqd{
	color:#C00 !important;
}
.error_box{
	background-color:#cc3333;
	padding:8px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}
.checkbox{
	display: inline-block;
	width:32px;
	height:32px;
	margin-bottom:-10px;
	margin-right:4px;
	background-image:url(../images/icons/checkbox.jpg);
}
.checkbox.checked{
	background-position:-32px;
}
.radio{
	display: inline-block;
	width:32px;
	height:32px;
	margin-bottom:-10px;
	margin-right:4px;
	background-image:url(../images/icons/radio.png);
}
.radio.checked{
	background-position:-32px;
}