/*- Conteudo Central --------------------------*/
#container #content #contact_border{
	display: inline;
	width: 270px;
	margin: 7px 0px 0px 20px;
	height: 375px;
	border: 1px solid #CFC48E;
	padding: 8px;
	background: #E2DFBC;
	margin-bottom: 10px;
	float: left;
}

#container #content #contact_border form fieldset{
	border: none;
}

#container #content #contact_border form fieldset label{
	font-size: 13px;
	display: block;
	padding: 4px 0px 5px 0px;
}

#container #content #contact_border form fieldset input{
	width: 260px;
}

#container #content #contact_border form fieldset textarea.TextArea{
	width: 260px;
	height: 130px;
	font-size: 14px;
}

#container #content #contact_border form fieldset input.bt_limpar{
	border: none;
	background:url(../img/bt_limpar.gif) no-repeat;
	width: 80px;
	height: 18px;
	float: left;
	margin-top: 8px;
}

#container #content #contact_border form fieldset input.bt_enviar{
	border: none;
	background:url(../img/bt_enviar.gif) no-repeat;
	width: 80px;
	height: 18px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

/* Estiliza mapa do google maps */

#container #content #box_maps{
	display: inline;
	float: left;
	width: 370px;
	height: 380px;
	margin: 7px 0px 0px 15px;
	border: 1px solid #CFC48E;
	padding: 5px;
	background: #E2DFBC;
	margin-bottom: 10px;
}

#container #content #box_maps .map{
	width: 150px;
	color: #000;
	margin: 6px 0px 4px 110px;
	text-align: center;
	border: 1px solid #CFC48E;
	background: #CFC48E;
	padding: 2px;
	font-weight:700;
	display: block;
}

