#content { position:relative; }

#frm_contato {
	position:relative;
	display:inline;
	float:left;
	width:410px;
	height:320px;
	padding:30px;
	margin-left:262px;
	background:url(../imagens/contato/moldura.png) no-repeat left top;
}
#frm_contato legend, #frm_contato label br { display:none; }
#frm_contato label {
	display:block;
	width:100%;
	float:left;
	margin-bottom:15px;	
}
#frm_contato label strong {
	display:block;
	float:left;
	width:75px;
	height:12px;
	text-indent:-3000px;	
	margin-bottom:5px;
	font-size:1px;
}
#frm_contato label.nome strong { background:url(../imagens/contato/lbl-nome.png) no-repeat left top; }
#frm_contato label.email strong { background:url(../imagens/contato/lbl-email.png) no-repeat left top; }
#frm_contato label.assunto strong { background:url(../imagens/contato/lbl-assunto.png) no-repeat left top; }
#frm_contato label.mensagem strong { background:url(../imagens/contato/lbl-mensagem.png) no-repeat left top; }
#frm_contato label.mensagem { margin-bottom:0px; }
#frm_contato label input, #frm_contato label textarea {
	display:block;
	float:left;
	width:390px;
	height:19px;
	padding:4px 5px 0px 5px;
	background:url(../imagens/contato/bg-input.png) no-repeat left top;
	font-size:11px;
}
#frm_contato label textarea {
	background:url(../imagens/contato/bg-textarea.png) no-repeat left top;
	height:134px;	
}
#frm_contato label .erro {
	display:inline;
	float:right;
	text-align:right;
	margin-right:10px;
	font-size:10px;
	color:#FF0000;
}
#frm_contato p.c_loading, #frm_contato .msg_erro {
	position:absolute;
	bottom:-15px;
	right:110px;
	text-align:right;
	display:block;
	width:350px;
	font-size:10px;
}
#frm_contato .msg_erro { bottom:-20px; color:#FF0000; }
#frm_contato .msg_sucesso {
	position:absolute;
	top:28px;
	left:28px;
	display:block;
	width:410px;
	height:320px;
	background-color:#E5E5E5;
	background:#e5e5e5 url(../imagens/contato/msg-sucesso.png) no-repeat center center;
	text-indent:-3000px;
}
#frm_contato .msg_sucesso a.fechar {
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:71px;
	height:22px;
	background:url(../imagens/contato/bt-fechar.png) no-repeat left top;
}


#frm_contato .bt {
	display:block;
	width:65px;
	height:20px;
	position:absolute;
	bottom:-20px;
	right:35px;
	background:url(../imagens/contato/bt-enviar.png) no-repeat left top;
	cursor:pointer;	
}
#frm_contato .bt:hover { background-position:left bottom; }



#content a.mapa {
	position:absolute;
	right:10px;
	bottom:-86px;
	display:block;
	width:130px;
	height:42px;
	text-indent:-3000px;
	background:url(../imagens/contato/bt-veja-mapa.png) no-repeat left top;	
}

#rodape { margin-top:50px; padding-bottom:40px; }


div.mapa {
	display:none;
	width:622px;
	height:440px;
	position:absolute;
	z-index:55;
	left:50%;
	top:50%;
	margin-top:-240px;
	margin-left:-325px;
	background-color:#FFF;
	padding:40px 14px 0px 14px;
}
div.mapa a.imprimir {
	position:absolute;
	top:5px;
	right:120px;
	display:block;
	width:95px;
	height:28px;
	background:url(../imagens/contato/bt-imprimir-mapa.png) no-repeat left top;
	text-indent:-3000px;
}
div.mapa a.fechar {
	position:absolute;
	top:8px;
	right:20px;
	display:block;
	width:74px;
	height:22px;
	background:url(../imagens/contato/bt-fechar-mapa.png) no-repeat left top;
	text-indent:-3000px;
}
div.mapa a:hover { background-position:left bottom; }