@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(white_sand.gif);
}

.login, .login_v{
	position:relative;
	width:400px;
	height:270px;
	left:50%;
	margin-left:-200px;
	top:0px;
	margin-top:20px;
	background:#FFF;
	border:1px solid #444444;
}

.login_v {
	border:1px solid #900;
}

.topo, .topo2, .topo_v, .topo2_v {
	float:left;
	height:40px;
	background:#444444;
	width:400px;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}


.topook, .topo2ok, .topo_vok, .topo2_vok {
	float:left;
	height:40px;
	background:#444444;
	width:400px;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}



.topo_v{
	background:#C00;
}

.topo2_v{
	background:#C99;
	color:#300;
}

.topo_vok{
	background:#6C3;
}

.topo2_vok{
	background:#6C3;
	color:#300;
}





.topo2{
	background:#CECECE;
	color:#444444;
}

.linha{
	width:400px;
	height:30px;
	float:left;
	margin-top:10px;
}

.linha_e{
	width:80px;
	float:left;
	height:30px;
	padding-left:20px;
	font-size:10px;
	line-height:30px;
	color:#999;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
}

.linha_d, .linha_dd, .linha_d_t{
	float:right;
	width:280px;
	height:30px;
	background:#EDEDED;
	margin-right:20px;
}

.linha_d_t{
	background:none;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:11px;
	line-height:15px;
}

.linha_dd{
	background:none;
}

.form_login{
	width:260px;
	height:28px;
	border:0;
	background:#EDEDED;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	color:#333;
	line-height:28px;
}

.botao_login{
	width:auto;
	height:28px;
	border:0;
	background:#444444;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#CCC;
	line-height:28px;
}

.botao_login:hover{
	color:#FFF;
}

.botao_login:active{
	background:#000;
	color:#999;
}


.fim{
	width:90%;
	padding-left:10%;
	position:absolute;
	top:100%;
	margin-top:-50px;
	height:50px;
	left:0;
	font-size:10px;
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}


.recuperar{
	width:400px;
	height:35px;
	line-height:35px;
	float:left;
	margin-top:10px;
	border-top:1px solid #CCC;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:10px;
	text-align:center;
}

.recuperar a{
	text-decoration:none;
	color:#444444;
	font-weight:bold;
}
.recuperar a:hover{
	text-decoration:underline;
}
