@charset "utf-8";
/* CSS Document */

.caixa_faca_seu_login{
	position:relative;
	float:left;
	width:764px;
	}
	
.caixa_faca_seu_login h1{
	position:relative;
	float:left;
	width:764px;
	}
	
.caixa_cadastre_e_logar{
	position:relative;
	float:left;
	width:762px;
	height:386px;
	border:1px solid #CCCCCC;
	background-color:#F0F0F0;
	margin-top:10px;
	}
	
.centraliza_cadastro_e_logar{
	position:relative;
	float:left;
	width:700px;
	height:287px;
	margin-top:47px;
	margin-left:30px;
	}
	
.caixa_loga_cadastra{
	position:relative;
	float:left;
	width:317px;
	height:285px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
.caixa_loga_cadastra h1{
	position:relative;
	float:left;
	width:313px;
	height:36px;
	margin-top:2px;
	margin-left:2px;
	background-color:#CA2E2E;
	font-size:19px;
	color:#FFFFFF;
	text-align:center;
	line-height:1.90em;
	}
	
.caixa_loga_cadastra label{
	position:relative;
	float:left;
	width:293px;
	height:20px;
	margin-left:2px;
	font-family:Arial;
	font-size:18px;
	margin-top:20px;
	padding-left:20px;
	color:#666666;
	}
	
#login_loga, #login_senha{
	position:relative;
	float:left;
	width:262px;
	height:30px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color: white;
	border: 1px solid #CCC;
	padding: 0px;
	line-height: 1.80em;
	padding-left: 10px;
	margin-left:22px;
	margin-top:5px;
	}
	
.right_now{
	float:right;
	}
	
.botao_logar_sou_cadastrado{
	position:relative;
	float:right;
	width:153px;
	height:27px;
	background-image:url(../imagens/acessar-login.jpg);
	background-repeat:no-repeat;
	margin-right:21px;
	margin-top:10px;
	cursor:pointer;
	}
	
.botao_logar_sou_cadastrado:hover{
	background-position:0px -27px;
	}
	
.botao_lembrar_senha_login{
	position:relative;
	float:right;
	width:203px;
	height:16px;
	background-image:url(../imagens/esqueci-minha-senha-login.jpg);
	background-repeat:no-repeat;
	margin-right:21px;
	margin-top:15px;
	cursor:pointer;
	}
	
.botao_lembrar_senha_login:hover{
	background-position:0px -17px;
	}
	
.texto_cadastre_se{
	position:relative;
	float:left;
	width:290px;
	height:80px;
	margin-left:12px;
	margin-top:10px;
	}
	
.texto_cadastre_se p{
	position:relative;
	float:left;
	width:290px;
	height:80px;
	font-size:15px;
	}
	
.botao_cadastra_agora{
	position:relative;
	float:left;
	width:281px;
	height:27px;
	background-image:url(../imagens/cadastre-se-agora-mesmo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:17px;
	}
	
.botao_cadastra_agora:hover{
	background-position:0px -27px;
	}

