/***************************************
BANNER CENTRO	
***************************************/
#banner_centro h2{
	background-image:url(../images/cadastro/titulo_banner_centro.png);
	height:84px;
	margin-bottom:45px;
}

/***************************************
CONTEUDO DIREITA
***************************************/

#conteudo_direita{
	width:269px;
	margin-right:20px;
}


/***************************************
CONTEUDO ESQUERDA
***************************************/
#conteudo_esquerda{
	width:530px;
}
#conteudo_esquerda p{
	width:418px;
}

/***************************************
FORMULARIO DE CADASTRO
***************************************/
#cadastro label{
	text-align:right;
}
#cadastro input#endereco{
	width:246px;
}
#cadastro input#numero{
	width:49px;
}
#cadastro input#bairro{
	width:136px;
	margin-right:5px;
}
#cadastro input#PJ,#cadastro input#PF,#cadastro input#feminino,#cadastro input#masculino{
	width:auto;
	border:0;
}

#cadastro input#cidade{
	width:228px;
}

#cadastro input#assinar{
	float:right;
	width:106px;
	height:32px;
	border:0;
	margin-right:12px;
}

#cadastro dl dd.sexo{
	width:auto;
}
#cadastro dl dd.sexo label{
	width:auto;
	margin-right:15px;
	margin-left:15px;
}

#cadastro dl dd.pessoa_fj{
	width:auto;
}
#cadastro dl dd.pessoa_fj label{
	width:auto;
	margin-right:15px;
	margin-left:15px;
}

#cadastro dl.numero dt{
	width:auto;
	margin-right:5px;
	margin-left:5px;
}
#cadastro dl.numero label{
	width:auto;
}
#cadastro dl.complemento dt{
	width:auto;
	margin-right:5px;
}
#cadastro dl.complemento label{
	width:auto;
}
.complemento input{
	width:100px;
}
#cadastro dl.estados dt{
	width:auto;	
	margin-right:5px;
}
#cadastro dl.estados label{width:auto;}
#uf{width:47px;}

/*classe de erro dos inputs*/

#cadastro input.error{
	border:2px solid #e50404;
}


/***************************************
PLANO SELECIONADO
***************************************/
#titulo_plano{
	float:left;
	background-image:url(../images/cadastro/titulo_plano.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:229px;
	height:24px;
	text-indent:-5000px;
}

#borda_superior_plano{
	float:left;
	clear:left;
	width:266px;
	height:6px;
	background-image:url(../images/cadastro/borda_superior_planos.gif);
	background-repeat:no-repeat;
}
#borda_inferior_plano{
	float:left;
	clear:left;
	width:266px;
	height:8px;
	background-image:url(../images/cadastro/borda_inferior_planos.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;	
}
#plano_selecionado{
	float:left;
	width:254px;
	background-color:#fafafa;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	padding-left:10px;
}

#plano_selecionado dt{
	float:left;
	clear:left;
	font-size:18pt;
	clear:left;
	margin-right:5px;
	width:110px;
	text-align:right;
	margin-top:10px;
}
#plano_selecionado dd{
	color:#0a7db3;
	font-size:18pt;
	margin-top:10px;
	float:left;
	width:135px;
}

/************************************************************
			PÁGINA DE CONFIMAÇÃO DE CADASTRO
************************************************************/
#banner_centro h2#titulo_conf_cadastro{
	background-image:url(../images/cadastro/titulo_conf_pgto.png);
	height:93px;
	margin-bottom:15px;
}
#banner_centro p#subtitulo_banner{
	width:450px;
}


#conteudo_esquerda p.descricao{
	font-size:11pt;
	width:485px;
	line-height:23px;
	margin:0 0 15px 0;
	color:#736240;
}

/*************************************
	CONFIRMAÇÃO CADASTRO
*************************************/

#confirmacao_cadastro{
	float:left;
	width:496px;
	height:136px;
	background-image:url(../images/cadastro/confirmacao_pgto.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*************************************
		EFETUAR PAGAMENTO
*************************************/

#efetuar_pagamento{
	float:left;
	width:357px;
	height:72px;
	background-image:url(../images/cadastro/efetuar_pagamento.gif);
	background-repeat:no-repeat	;
	text-indent:-5000px;
	margin:25px 0 15px -1px;
	
}



