*{
	margin:0;
	padding:0;
}

.login_container{
	width:340px;
	height:410px;
	margin:-205px 0 0 -170px;
	left:50%;
	top:50%;
	position:absolute;
	background-image:url(../img/login_fundo.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.login_error404{
	width:340px;
	height:410px;
	margin:-205px 0 0 -170px;
	left:50%;
	top:50%;
	position:absolute;
	background-image:url(../img/error404.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.login_container_esqueci{
	width:340px;
	height:410px;
	margin:-205px 0 0 -170px;
	left:50%;
	top:50%;
	position:absolute;
	background-image:url(../img/login_fundo_esqueci.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.login_linha1{
	width:340px;
	height:30px;
	margin:180px 0 0 0;
	position:relative;
}

.login_linha2{
	width:340px;
	height:30px;
	margin:5px 0 0 0;
	position:relative;
}

.login_linha_botao{
	width:200px;
	height:40px;
	margin:5px 0 0 85px;
	position:relative;
}

.div_label{
	width:60px;
	height:25px;
	text-align:right;
	margin:0 5px 0 20px;
	padding:5px 0 0 0;
	float:left;
	font-family:arial;
	font-size:12px;
	color:#999;
}

.div_campo{
	width:100px;
	height:30px;
	line-height:30px;
	margin:0 0 0 0;
	float:left;
}

.login_campo{
	width:200px;
	height:30px;
	line-height:30px;
}

.login_botao{
	width:200px;
	height:35px;
	font-family:arial;
	font-size:12px;
	color:#999;
}

.login_linha_esqueci, .login_linha_esqueci a{
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#999;
}

.login_linha_esqueci a:hover{
	color:#C00;
}

.login_linha_esqueci1{
	width:340px;
	height:30px;
	margin:245px 0 0 0;
	position:relative;
}

.mensagem_login{
	height:10px;
	line-height:10px;
	margin:0 30px 0 30px;
	text-align:center;
}

legend{
	color:#3C95DD;
	border-bottom-color:#3C95DD;
}
