.Registro {
	padding: 15px 0px 0px 0px;
}


.Registro .Registro_Topo {

}


.Registro .Registro_Topo h2, .Registro_Topo_MeusDados h2 {
	font-size: 19px;
	font-weight: normal;
	height: 42px;
}

.Registro .Registro_Topo .Registro_Esquerda {
	float: left;
	width: 430px;
	line-height: 18px;
}
.Registro .Registro_Topo .Registro_Esquerda h2,
.Registro .Registro_Topo_MeusDados h2 {
	color: #008d03;
}

.Registro .Registro_Topo .Registro_Esquerda b {
	color: #008d03;
}
.Registro .Registro_Topo .Registro_Esquerda .Registro_QueroMeCadastrar,
.Registro .Registro_Topo .Registro_Esquerda .Registro_QueroMeCadastrar:visited {
	display: block;
	width: 181px;
	margin-top: 17px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px 5px 0px;
	background: #008d03;	
	color: #ffffff;
}
.Registro .Registro_Topo .Registro_Esquerda .Registro_QueroMeCadastrarSelecionado,
.Registro .Registro_Topo .Registro_Esquerda .Registro_QueroMeCadastrarSelecionado:visited {
	display: block;
	width: 181px;
	margin-top: 17px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px 5px 0px;
	background: #c0e3c1;	
	color: #000000;
}

.Registro .Registro_Topo .Registro_Direita {
	float: right;
	width: 270px;
	color: #b52f69;
	font-size: 13px;
}
.Registro .Registro_Topo .Registro_Direita h2 {
	color: #b52f69;
}
.Registro .Registro_Topo .Registro_Direita a,
.Registro .Registro_Topo .Registro_Direita a:visited {
	display: block;
	width: 177px;
	margin-top: 6px;
	text-decoration: none;
	font-size: 13px;
	padding: 3px 0px 5px 8px;
	background: #c25f8a;
	color: #ffffff;
}
.Registro .Registro_Topo .Registro_Direita a:hover {
	background: #b52f69;
}

.Registro .Registro_Topo .Registro_Direita .Selecionado,
.Registro .Registro_Topo .Registro_Direita .Selecionado:visited,
.Registro .Registro_Topo .Registro_Direita .Selecionado:hover {
	background: #ffe6ee;
	color: #000000;
	font-weight: bold;
}

.CadastroPassos {
	padding-top: 10px;
	clear: both;
}

.CadastroPassos #Passo1 b,
.CadastroPassos #Passo2 b,
.CadastroPassos #Passo3 b,
.CadastroPassos #Passo4 b {
	display: block;
	line-height: 28px;
	width: 28px;	
	font-weight: normal;
	text-align: center;
	margin-left: 32px;
}

.CadastroPassos .Passo1 b,
.CadastroPassos .Passo2 b,
.CadastroPassos .Passo3 b,
.CadastroPassos .Passo4 b {
	background: #d6d8ca;
	font-weight: normal;
	font-size: 15px;	
}
.CadastroPassos .Passo1 .Parte2,
.CadastroPassos .Passo2 .Parte2,
.CadastroPassos .Passo3 .Parte2,
.CadastroPassos .Passo4 .Parte2 {
	background: #d6d8ca;
	height: 65px;
	padding: 0px 0px 0px 32px;
}
.CadastroPassos .Passo1 .Parte2 h5,
.CadastroPassos .Passo2 .Parte2 h5,
.CadastroPassos .Passo3 .Parte2 h5,
.CadastroPassos .Passo4 .Parte2 h5 {
	font-weight: normal;
}

.CadastroPassos .Passo1_selecionado b,
.CadastroPassos .Passo2_selecionado b,
.CadastroPassos .Passo3_selecionado b,
.CadastroPassos .Passo4_selecionado b {
	background: #c0e3c1;
	font-size: 19px;
}
.CadastroPassos .Passo1_selecionado .Parte2,
.CadastroPassos .Passo2_selecionado .Parte2,
.CadastroPassos .Passo3_selecionado .Parte2,
.CadastroPassos .Passo4_selecionado .Parte2 {
	background: #c0e3c1;
	height: 65px;
	padding: 0px 0px 0px 32px;
}
.CadastroPassos .Passo1_selecionado .Parte2 h5,
.CadastroPassos .Passo2_selecionado .Parte2 h5,
.CadastroPassos .Passo3_selecionado .Parte2 h5,
.CadastroPassos .Passo4_selecionado .Parte2 h5 {
	background: url('../imagens/registro/passos_seta.gif') no-repeat 0% 50%;
	margin-left: -15px;
	padding-left: 15px;
}

.CadastroPassos #Passo1 h5,
.CadastroPassos #Passo2 h5,
.CadastroPassos #Passo3 h5,
.CadastroPassos #Passo4 h5 {
	font-size: 15px;
}

.CadastroPassos #Passo1 h5,
.CadastroPassos #Passo2 h5,
.CadastroPassos #Passo3 h5,
.CadastroPassos #Passo4 h5 {
	line-height: 65px;
}

.CadastroPassos #Passo1 {
	float: left;
	width: 182px;
}
.CadastroPassos #Passo2 {
	float: left;
	width: 182px;
	margin-left: 2px;
}
.CadastroPassos #Passo3 {
	float: left;
	width: 182px;
	margin-left: 2px;
}
.CadastroPassos #Passo4 {
	float: left;
	width: 182px;
	margin-left: 2px;
}

.CadastroPassos a,
.CadastroPassos a:visited {
	color: #000000;
	text-decoration: underline;
}

.BordaSelecionada {
	border-top: 1px solid #ffffff;
	background: #c0e3c1;
	line-height: 4px;
	clear: both;
}
.BordaSelecionadaLogin {
	border-top: 1px solid #ffffff;
	background: #f0dbe4;
	line-height: 4px;
	clear: both;
}

/* Registro - Campos */

#CAMPOS_Passo1,
#CAMPOS_Passo2,
#CAMPOS_Passo3,
#CAMPOS_Passo4 {
	clear: both;
	padding-top: 5px;
}



.Introducao {
	clear: both;
	border: 0px solid;
	height: 55px;
	color: #013602;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e2d6;
}

.Registro_Erro {
	clear: both;
	color: #ff0000;
	font-size: 15px;
	height: 30px;
}

.EsqueciSenha1 {

}
.Login h3 {
	color: #b52f69;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
}

.CAMPOS_H span, .CAMPOS_V span {
	line-height: 28px;	
}
.CAMPOS_H input.Campo, .CAMPOS_V input.Campo {
	font-size: 15px;

}

.CheckBoxList label {
	font-size: 11px;
}
.CAMPOS_V label {
	font-size: 11px;
}

.CAMPOS_H {
	float: left;
	font-size: 15px;
	width: 240px;
	height: 65px;
}
.CAMPOS_V {
	clear: both;
	font-size: 15px;
	height: 65px;
}
.CAMPOS_V small {
	font-size: 9px;
	line-height: 18px;
	color: #706642;
}

.CAMPOS_V_Infinito {
	clear: both;
	font-size: 11px;
}
.CAMPOS_H_Infinito {
	float: left;
	font-size: 11px;
	width: 181px;
	border: 0px solid;
}

.CAMPOS_V_Infinito span {
	font-size: 15px;
}

.Login {
	clear: both;
	border: 0px solid;
	padding: 20px;

}

.Login .Login_Erro {
	clear: both;
	color: #ff0000;

	font-size: 15px;
	height: 30px;
}

.Login .Campos {
	clear: both;
	height: 65px;
}


.PoliticaPrivacidade {
	clear: both;
	margin-top: 10px;
}
.PoliticaPrivacidade b {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}
.PoliticaPrivacidade p {
	font-size: 11px;
	color: #706642;
	line-height: 18px;
	margin-top: 10px;
}


.btVoltar,
.btVoltar:visited {
	background: url('../imagens/registro/passos_seta_voltar.gif') no-repeat 10% 50% #c0e3c1;
	display: block;
	width: 109px;
	line-height: 29px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-right: 9px;
	margin: 25px 10px 10px 0px;
	float: left;
}
.btAvancar,
.btAvancar:visited {
	float: left;
	background: url('../imagens/registro/passos_seta.gif') no-repeat 90% 50% #c0e3c1;
	display: block;
	width: 109px;
	line-height: 29px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	margin: 25px 10px 10px 0px;
}

.btFinalizarAtualizar,
.btFinalizarAtualizar:visited {
	float: left;
	background: #89ae8a;
	display: block;
	width: 109px;
	line-height: 29px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	margin: 25px 0px 10px 0px;
}
.btFinalizarAtualizar_Clicado,
.btFinalizarAtualizar_Clicado:visited {
	float: left;
	background: #a5b4a6;
	display: block;
	width: 109px;
	line-height: 29px;
	color: #e7e6e6;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	margin: 25px 0px 10px 0px;
}



.btLogin,
.btLogin:visited {
	background: url('../imagens/registro/passos_seta_login.gif') no-repeat 90% 50% #f0dbe4;
	display: block;
	width: 109px;
	line-height: 29px;
	clear: both;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
}

/* Dados do usuario */

.Registro_Dados {
	padding: 15px 0px 0px 0px;
}
.Registro_Dados .Topo h2 {
	font-size: 19px;
	font-weight: normal;
	height: 42px;
	color: #008d03;
}

#dvSolicitacao {
	color: #849785;
	display: none;
	float: left;	
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 30px 0px 0px 10px;
}