@charset "utf-8";

/* Contact */

#contact {	
	margin-left: 16px;
}

#c_top {
	background: url(../images/contact_top.png) no-repeat center top;
	width: 726px;
	height: 48px;
	margin: 0px;
}

#c_body {
	text-align: center;
	background: url(../images/contact_bg.png) repeat-y center center;
	width: 726px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

#c_bottom {
	background: url(../images/contact_foot.png) no-repeat center top;
	width: 726px;
	height: 17px;	
	margin: 0;
	padding: 0;
}

/* Validator */

.validation {
	font-size: 12px;
	color: #990000;
}
		
