@charset "utf-8";

#dev_gnav{
	height:auto;
	margin-bottom:32px;
}

#contact{
	width:80%;
	margin:0 0 30px 10%;
	padding-bottom:30px;
}
#contact h2{
	margin:0 0 20px;
	text-align:center;
	font-size:123.07%;
}
#contact p.comment {
	text-align:center;
	line-height:1.9;
}
#contact table.form {
	border-top: #B9BABA 1px solid;
	background:none;
}
#contact textarea {
	width:28em;
	margin-bottom:3px;
	padding:4px;
}
#contact textarea.message {
	width:36em;
}

#contact .btns{
	background:none;
	text-align:center;
	margin-top:20px;
	padding:20px 0px 5px 0;
	border-top: #E6002D 1px solid;
}