<style type="text/css">
body{}
h2{
	padding: 15px 0 5px 0;
}
div#contato_global{
	position:relative;
	width:100%;
	display: inline-block;
}
div#mapa{
	width: 365px;
	height: 370px;
	float: right;
	border-left: 1px solid #999;
}
div#enderecos{
	margin: 30px 0 0 30px;
	padding-right: 30px;
}
div#contatos{
	width: 365px;
	height: 370px;
	float: right;
}
div#contato_info{
	margin: 30px 0 0 100px;
}
div#formulario{
	position:relative;
	width: 339px;
	height: 370px;
	float:left;
}
form#contato_form fieldset{
	position: absolute;
	left: 15px;
	top: 30px;
}
label{
	display:block;
	color:#333333;
	font-size:12px;
}
form#contato_form input[type=text],textarea{
	border: 1px solid #e0e0e0;
	-moz-border-radius: 3px; /* Para Firefox */
	-webkit-border-radius: 3px; /*Para Safari e Chrome */
	border-radius: 3px; /* Para Opera 10.5+*/
	color:#555555;
	font-size:13px;
	font-weight:bold;
	padding: 3px 4px;
}
form p{
	margin: 5px 0 15px 10px;
}
form#contato_form input[type=image]#btnEnviar{
	margin-left: 220px;
}
.txtNome{width:210px;}
.txtEmail{width:210px;}
.txtTelefone{width:110px;}
.txtaMensagem{width:280px;height:90px;}
label.error{
	font-size:9px;
	color:#a91b31;
	position:absolute;
}