/*@import url(reset.css); 
@import url(generic.css);
@import url(print.css) print;
*/
a { text-decoration: none !important;}
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #F9D401;
	background-image: url(../imagens/fundo_novo_site.jpg);
	background-repeat:repeat-x;
	background-position: center top;
}
.segura_site { 
	position:relative;
	height: 500px;
	margin: 0px 0px 0px 0px;
      
}

.logo_maie {
	position:absolute;
	top: 27px;
	left: 133px;
	background-image: url(../imagens/maie_openhaus.jpg);
	background-repeat:repeat-x;
	width:1024px;
	height: 250px;
	z-index: 0;
}

.login {
	width: 233px;
	position: absolute;
	margin-top: 379px !important;
	left: 890px;
	z-index: 500;

}

.edt_fundo {
	background:url(../imagens/campo_acesso.jpg) center top no-repeat;
	width: 234px;
	height: 23px;
	position: absolute;
	top: 400px;
	left: 884px;
	
}

.textarea_letra {
	color: #797979;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
	border-color:#FFFFFF;
	border-style:none;
    width: 280px;
	height:45px;
}

.login .edt {
	color: #797979;
	height: 16px;
	width:102px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
	border-color: invisible;
	border-style:none;
	
}

.acesso_restrito {
	background:url(../imagens/acesso_restrito.jpg) center top no-repeat;
	width: 208px;
	height: 50px;
	position: absolute;
	top: 320px;
	left: 890px;
	z-index: 500;
}

.bt_login {
	background:url(../imagens/bt_ok.jpg) center top no-repeat;
	width: 24px;
	height: 23px;
	position: relative;
	top: 400px;
	left: 1126px;
}

.botao_ok {
	position:absolute;
	top: -3px;
	left: 232px;
}


.contatos {
	background:url(../imagens/contatos.jpg) center top no-repeat;
	width: 191px;
	height: 105px;
	position: absolute;
	top: 320px;
	left: 570px;
	z-index: 500;
}


.mensagem_maie{
	background:url(../imagens/envie_mensagem.jpg) center top no-repeat;
	width: 280px;
	height: 18px;
	position: absolute;
	top: 320px;
	left: 150px;
	z-index: 500;
}


.fale_conosco {
	width: 279px;
	position: absolute;
	top: 355px;
	left: 163px;
	z-index: 500;
	height: 71px;
}

.textarea_fundo {
	background:url(../imagens/campo_mensagem.jpg) center top no-repeat;
	width: 308px;
	height: 60px;
	position: absolute;
	top: 350px;
	left: 155px;
	
}

.fale_enviar_fale {
	background:url(../imagens/enviar_mensagem.jpg) center top no-repeat;
	width: 61px;
	height: 18px;
	position: absolute;
	top: 410px;
	left: 364px;
	z-index: 0;
}
