#contato {
	height:100%;
	overflow:auto;
}
#contato legend {
	font-size:14px;
	font-weight:bold;
}
#contato label {
	width:100px;
	display:block;
	float:left;
	margin-bottom:5px;
	text-align:right;
	margin-right:10px;
}
#contato input {
	width:200px;
	margin-bottom:5px;
	clear:both;
}
#contato textarea {
	width:200px;
}
#contato fieldset {
	border: 1px solid #EEE;
}
#contato address {
	margin:10px;
}
#contato #formulario {
	width:330px;
	float:left;
	padding-top:60px;
}
#endereco_mapa {
	width:410px;
	height:280px;
	float:right;
}
#googleMaps {
	width:410px;
	height:220px;
}
#contato h2 {
	clear:both;
	margin:0;
	padding:0;
}
