﻿#contato{
	float:left;
	width:711px;
	margin-right:32px;
}

#contato h2{
	color:#005199;
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
}#contato h2.contato{	text-align: center;margin-top: 60px;font-size: 20px;}#contato h3.formcontato{width: 219px;height: 32px;padding:10px;font-size:30px;line-height: 32px;color: white;font-weight: bold;text-align: center;margin: 0 auto;background: #005199;border:3px solid #215fb4;border-radius:0.2em;-webkit-border-top-left-radius: 0.2em 0.2em;-webkit-border-top-right-radius: 0.2em 0.2em;-webkit-border-bottom-right-radius: 0.2em 0.2em;-webkit-border-bottom-left-radius: 0.2em 0.2em;border-top-left-radius: 0.2em 0.2em;border-top-right-radius: 0.2em 0.2em;border-bottom-right-radius: 0.2em 0.2em;border-bottom-left-radius: 0.2em 0.2em;}
#contato h3.formcontato a{color:white; font-size:17px;}#contato h3.formcontato a:hover{color:#ccc;}
#contato form{
	float:left;
	width:340px;
	background:#b2cae0;
	margin-left:150px;
	padding:20px 0;
}
#contato form p{
	float:left;
	width:280px;
	margin-bottom:5px;
	padding-left:30px;
}
#contato form .campo{
	float:left;
	width:280px;
	height:20px;
	line-height:20px;
	background:#cedeeb;
}
#contato form h4{
	float:left;
	font-weight:bold;
	margin:10px 0 10px 30px;
}
#contato form textarea{
	width:280px;
	height:80px;
	border:none;
	background:#cedeeb;
	overflow:auto;
}
#contato form .botao{
	width:71px;
	height:16px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	margin:10px 0 0 112px;
	background:#005199;
}
#contato form .botao:hover{
	background:#419ef0;
}
