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

.form-label {
	font-size:14px;
	color:#11448b;
	font-family: 'Tw Cen MT Bold';
}
.err {
    color:#560000;
    font-size: 14px;
}
.errhead {
    color:#560000;
    font-size: 16px;
	font-weight:bold;
}
#contact_form_errorloc {
	
	border:#5a0000;
	text-align:center;
	background-image:url(images/x2.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top right;
	background-color:#ffb2b2;
	-moz-border-radius: 14px; 
		-webkit-border-radius: 14px;
		border-radius: 14px; 
	
}