/* CSS Document */
body {
	background:#5e6f7e;
	margin: 0px;
	font-size:11px;
}
#login_topo {
	width: 100%;
	height:350px;
	background:#9dadb8;
}
#bk {
	width:100%;
	height: 351px;
	text-align:center;
	background:url(../images/bk_divSite.jpg) repeat-x;
	position:absolute;
	top: 50%;
	margin-top:-175px;
}
#divLogin {
	width:653px;
	height: 351px;
	background:url(../images/bk_login_ava.jpg) no-repeat;
	position:absolute;
	left: 50%;
	margin-left: -326px;
	padding-top: 130px;
}
#login_forms {
	width:365px;
	height: 150px;
	float:right;
	padding-right: 30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

#bk #divLogin #login_forms .linha1{
	float: left;
	width: 372px;
	height: 30px;
	margin-top: 15px;
}

#bk #divLogin #login_forms .linha2{
	float: left;
	width: 365px;
	height: 30px;
}

a:link {
	width: 225px;
	float: left;
	display:block;
	text-align:right;
	color:#666666;
}
a:hover {
	color:#0066CC;
}
form {
	margin: 0px;
}
form .botao {
	background:url(../images/botao_03.jpg);
	width:84px;
	height: 23px;
	margin-right: 17px;
	float: right;
	border: 0px;
	cursor: pointer;
}
form .campos {
	height:12px;
	font-size:11px;
	float:left;
}

form .linha1 a{
	float: left;
	width: 110px;
}

form .lembrarSenha{
	display: inline;
	float: left;
	margin-left: 22px;
	color: #5E6F7E;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer; 
}
form .lembrarSenha:hover{
	display: inline;
	float: left;
	margin-left: 22px;
	color: #112540;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer; 
}
form .lembrarSenha:visited{
	display: inline;
	float: left;
	margin-left: 22px;
	color: #1A8DBC;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer; 
}
label {
	width: 55px;
	float:left;
	font-size:12px;
}

#ajaxloader {
    display: none;
    position: absolute;
    margin-left: 90px;
    margin-top: 28px;
}
/*********** Lembrar senha ****************/
#divLogin #login_forms .interna{
	width: 350px;
	margin-left: 20px;
}
#divLogin #login_forms .interna label{
	width: 40px;
	font-size: 11px;
	padding-top: 3px;
}
#divLogin #login_forms .interna #loading{
	width: 50px;
	height: 20px;
	margin-top: 5px;
	float: left;
}
.titulo{
	font-size: 12px;
	color: #2F4763;
}
#divLogin #login_forms .interna input{
	width: 200px;
	font-size: 12px;
	margin-bottom:3px;
}
#divLogin #login_forms .interna .botao_enviar {
	background:url(../images/botao_04.jpg);
	width:84px;
	height: 23px;
	margin-left: 2px;
	border: 0px;
	cursor: pointer;
}
#divLogin #login_forms .interna .botao_cancelar {
	background:url(../images/botao_05.jpg);
	width:84px;
	height: 23px;
	margin-left: 20px;
	border: 0px;
	cursor: pointer;
}
#divLogin #login_forms .interna h1 {
	text-align: right;
	margin-right: 100px;
}