#main_container_login{
	margin:0 10px 0 10px;
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
}

a.forgot_pass{
	/*float:right;*/
	
	color:#256c89;
	text-decoration: underline;
	background:url(../images/help.png) no-repeat left;
	padding:0 0 0 18px;
	display: block;
	margin-left:50px;
	margin-right:auto;
	margin-top:15px;
	/*margin:15px 20px 0 0;*/
}

a.novo_user {
	float:right;
	color:#256c89;
	text-decoration: underline;
	background:url(../img/user_p16_b.png) no-repeat left;
	padding:0 0 0 18px;
	display: block;
	margin:15px 20px 0 0;
}

a.novo_user:hover {
	text-decoration: none;
	background:url(../img/user_p16_g.png) no-repeat left;
}

.header_login{
	width: 600px;
	height: 180px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	/*margin: 20px 0 0 200px;*/
}

.logo_login{
	float: left;
	padding: 25px 0 0 0;
	width: 600px;
	text-align: center;
}

.login_form{
	width: 600px;
	height: 400px;
	background: url(../images/login_bg.png) no-repeat center top;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/*margin:20px 0 0 200px;*/
	/*float:left;
	padding:0px 0 0 0px;*/
}

.error_login_form{
	width: 600px;
	height: 200px;
	background: url(../images/login_bg.png) no-repeat center top;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/*margin:20px 0 0 200px;*/
	/*float:left;
	padding:0px 0 0 0px;*/
}

.err_login{
	background:url(../images/error.png) no-repeat left top;
	padding-left: 38px;
	padding-right: 20px;
	color: red;
}

.footer_login{width:600px; margin-left:auto; margin-right:auto;}
.left_footer_login{padding:15px 0 0 10px;color:#a8549b;font-size:11px; margin-left:auto; margin-right:auto; margin-left:44px }
.left_footer_login a{color: black;text-decoration:none;}
.left_footer_login a:hover{text-decoration:underline;}
.right_footer_login{float:right;padding:15px 10px 0 0;}
