div.container_login_box{
	display:block;
	width:235px;
	margin:10px auto 50px auto;
	overflow:auto;
}

div.top_login_box{
	background:url("../img/top_login_box.png") no-repeat top left;
	width:235px;
	height:17px;
	float:left;
	
}
div.content_login_box{
	background:#e20a17;
	float:left;
	width:215px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}

div.bottom_login_box{
	background:url("../img/bottom_login_box.png") no-repeat top left;
	width:235px;
	height:17px;
	float:left;
}

div.content_login_box label{
		margin-right:5px;
		text-align:left;
		width:150px;
}

div.content_login_box input{
	width:120px;	
}

div.content_login_box input.entrar{
	width:120px;	
}

div.content_login_box p{
	text-align:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
	
}
div.content_login_box p a{
	color:#fff;
	text-decoration:none;	
}
div.content_login_box p a.tot{
	color:#fff;
	text-decoration:underline;	
}
div.separador_redbox{
	margin:10px auto 0px 2px;
	width:201px;
	height:10px;
	background:url("../img/separador_redbox.jpg") no-repeat top left;
	float:left;
}

