#contato{
	font:11px Georgia, "Times New Roman", Times, serif;
	height:642px;
	width:543px;
	background:url(../imagens/contato/bg.png) no-repeat left top;
	padding-top:45px;
	padding-bottom:30px;
	margin-left:59px;
}
#contato h1{
	float:left;
	height:67px;
	width:200px;
	display:inline;
	margin-left:173px;
	text-indent:-3000px;
	background:url(../imagens/contato/contato.png) no-repeat left top;
}
#contato p{
	float:left;
	width:350px;
	height:140px;
	display:inline;
	margin-top:15px;
	margin-left:100px;
	line-height:17px;
}
#contato form {
	position:relative;
	float:left;
	width:383px;
	display:inline;
	margin-top:15px;
	margin-left:80px;
	color:#012314;
	font-weight:bold;
	padding-bottom:30px;
}
#contato form fieldset{
	float:left;
}
#id_nome,
#id_fone,
#id_email,
#id_assunto,
#id_msg {
	background:#E0D4B6;
	width:377px;
	display:inline;
	margin-bottom:3px;
	border:0;
	padding:2px 3px;
}
#id_msg {
	height:100px;
}
#contato form fieldset label.rd{font-weight:normal;}
#id_auth_envio{display:inline; margin-top:3px;}
#frm_contato span.erro{
	color:red;
	font-weight:normal;
	font-size:9px;
}
#frm_contato legend{display:none;}
#frm_contato fieldset input.bt_enviar {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100px;
	height:25px;
	background:url(../imagens/contato/bt_enviar.png) no-repeat left top;
	cursor:pointer;
}
#bt_enviar:hover {
	background:url(../imagens/contato/bt_enviar.png) no-repeat left bottom;
}

#frm_contato div.alert a.bt_fechar{
	position:absolute;
	top:5px;
	right:5px;
	height:25px;
	width:25px;
	text-indent:-3000px;
	background:url(../imagens/contato/fechar.png) no-repeat left top;
}
#frm_contato div.alert {
	font-size:13px;
	text-align:center;
	font-weight:bolder;
	line-height:20px;
	top:100px;
	left:45px;
	width:230px;
	padding:50px 30px;
	background:#9F7A52;
}
#frm_contato p.loading {
	bottom:0px !important;
	left:0px;
	margin:0;
	width:270px;
	height:auto;
	text-align:right;
	font-size:11px;
}