@charset "utf-8";
/* CSS Document */

#contact {
	margin: 10px 10px 20px;
}
#contact h1 {
	font-size: 16px;
	font-weight: bold;
	border: 5px double #ADCDE6;
	line-height: 30px;
	color: #3C5188;
	background: #E4F2FA;
	width: 700px;
	margin-bottom: 20px;
}
textarea{
	font-size: 12px;
}
