
#cont {
	width:958px;
	float:left;
	margin:15px 0px 5px 3px;
	background:url(../imagens/bg/box-interno-pad.png);
	font-size:11px;
}
#cont-top, #cont-bot {
	width:100%;
	float:left;
	background:url(../imagens/bg/box-interno-top.png) no-repeat left top;
}
#cont-bot {
	position:relative;
	background:url(../imagens/bg/box-interno-bot.png) no-repeat left bottom;
	padding:10px 20px 25px 20px;
	width:918px;
}

/*** SUBMENU ***/
#submenu {
	display:block;
	width:160px;
	position:absolute;
	top:90px;
	left:35px;
}
#submenu h1 {
	display:block;
	float:left;
	width:171px;
	height:60px;
	background:url(../imagens/contato/en/sub-titulo.png) no-repeat;
	text-indent:-3000px;
}
#submenu address {
	display:block;
	float:left;
	width:159px;
	height:93px;
	text-indent:-9999px;
	background-image:url(../imagens/pousada/en/endereco.png);
}

/*** FIM SUBMENU ***/

/************** BLOCO DE CONTEUDO *****************/
#cont .entry {
	position:relative;
	display:block;
	width:520px;
	float:right;
	background:url(../imagens/contato/box-interno-pad.png) repeat-y left bottom;
	padding:20px 98px 20px 34px;
	color:#000;
}
#cont .entrytop,
#cont .entrybot{
	position:relative;
	float:right;
	display:inline;
	height:6px;
	width:525px;
	margin-right:127px;
}
#cont .entrytop {background:url(../imagens/contato/box-interno-top.png) no-repeat left bottom;margin-top:15px;}
#cont .entrybot {background:url(../imagens/contato/box-interno-bot.png) no-repeat left top; margin-bottom:15px;}
#form label {
	position:relative;
	display:block;
	font-size:0px;
	width:450px;
	margin-bottom:10px;
}
#form label strong {margin-bottom:5px;display:block;width:72px;height:13px;text-indent:-3000px;}
#form label .erro{
	position:absolute;
	top:0px;
	right:0;
	color:red;
	font-weight:bold !important;
	font-size:11px;
}
#form input{width:450px;height:22px;border:1px solid #D3D1B8;color:black;}
#form textarea{width:450px;height:150px;border:1px solid #D3D1B8;color:black;}
#form label.nome strong {background:url(../imagens/contato/en/nome.png) no-repeat left top;}
#form label.email strong {background:url(../imagens/contato/en/email.png) no-repeat left top;}
#form label.assunto strong {background:url(../imagens/contato/en/assunto.png) no-repeat left top;}
#form label.msg strong {background:url(../imagens/contato/en/mensagem.png) no-repeat left top;}
#form input.bt_enviar{
	float:right;
	background:url(../imagens/contato/en/enviar.png) no-repeat left top;
	width:65px;
	height:26px;
	margin-right:67px;
	border:none;
	cursor:pointer;
	margin-left:380px;
	text-indent:-3000px;
}
#form input.bt_enviar:hover { background-position:left bottom; }
p.c_loading{
	position:absolute;
	right:110px;
	bottom:5px;
}

div.msg_sucesso{
	position:absolute;
	background:#85AE68 url(../imagens/contato/en/sucesso.png) no-repeat left 20px;
	width:380px;
	height:280px;
	text-indent:-3000px;
	left:70px;
	top:45px;
	z-index:10;
}

div.msg_erro{
	position:absolute;
	background:#85AE68 url(../imagens/contato/en/erro.png) no-repeat left 20px;
	width:380px;
	height:280px;
	text-indent:-9999px;
	left:70px;
	top:45px;
}
div a.bt_fechar{
	position:absolute;
	background:#85AE68 url(../imagens/contato/en/fechar.png) no-repeat left top;
	width:81px;
	height:20px;
	right:10px;
	top:10px;
}
div a.bt_fechar:hover{background-position:bottom;}
/************** FIM BLOCO DE CONTEUDO *****************/
	
