#container {
	padding-bottom:50px;
}
.intro { width:466px; margin-right:60px; }
#frm_contato {
	position:relative;
	float:left;
	width:100%;
}
#frm_contato legend { display:none; }
#frm_contato label {
	float:left;
	width:100%;
	margin-bottom:5px;
}
#frm_contato label input, #frm_contato label textarea {
	padding:1px 2px 1px 2px;
	border:1px solid #BBB;
	float:left;
	width:460px;
	color:#004A8F;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#frm_contato label span {
	font-size:10px;
	color:#BF0B12;
}
#frm_contato input.botao {
	display:block;
	float:right;
	width:53px;
	height:30px;
	background:url(../imagens/fundos/enviar.jpg) no-repeat left top;
	cursor:pointer;
	margin-top:10px;
	margin-right: 0px;
	margin-left: 200px;
}
#frm_contato input.bt_disabled {
	background-position:0px -40px;
	cursor:default;
}
#err_envio {
	position:absolute;
	bottom:0px;
	left:0px;
	width:385px;
	text-align:right;
	color:#BF0B12;
}
#msg_sucesso {
	position:absolute;
	display:block;
	width:285px;
	height:105px;
	border:1px solid #90A6D5;
	border-bottom-width:4px;
	border-left-width:4px;
	bottom:60px;
	left:80px;
}
#err_envio p, #msg_sucesso p { margin:0; padding:0; }
#msg_sucesso p {
	color:#004A8D;
	display:inline;
	float:left;
	margin-top:45px;
	width:285px;
	text-align:center;
}
#frm_contato a.bt_fechar {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	border:1px solid #90A6D5;
	border-top:0px;
	border-right:0px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	font-size:9px;
}
.localizacao {
	margin-top:40px;
	float:left;
	width:100%;
}
.localizacao h2 {
	float:left;
	height:30px;
	width:111px;
	background:url(../imagens/titulos/localizacao.png) no-repeat left top;
	text-indent:-3000px;
	margin-bottom:5px;
	border-right:1px solid #B4AEA4;
}
.localizacao address {
	float:left;
	font-style:normal;
	display:inline;
	margin-left:10px;
	width:260px;
	letter-spacing:1px;
}
.localizacao address strong { font-weight:normal; color:#004A8F; }
.localizacao hr {
	width:470px;
	border:1px solid #BBB;
}
