/*Cadastro*/
.avancada{
	padding:10px;
	float:left;
	width:998px;
}
.avancada-conteudo{
	width:970px;
	height:100%;
	background:white;
	border:1px solid #D6D6D6;
}
.avancada-topo{
	width:970px;
	height:41px;
	background:url(../imgs/aba_cadastro.png) no-repeat;
	color:#D52C6F;
	font-weight:bold;
	font-size:12px;
	text-indent:10px;
}
.avancada-topo span{	
	 line-height:40px;
}	
.avancada-bg{
	padding:10px;	
	width:959px;
	float:left;
}
.avancada-bg-topo{
	background:url(../imgs/compra_cadastro_bg_topo.png) no-repeat bottom;
	width:947px;
	height:7px;
}
.avancada-bg-footer{
	background:url(../imgs/compra_cadastro_bg_footers.png) no-repeat top;
	width:947px;
	height:6px;
}
.avancada-bg-valor{
	background:url(../imgs/compra_cadastro_bg_conteudo.png) repeat-y center center;
	width:947px;
	
}
div.avancada-bg-valor{
	color:#5E6977;
	font-size:12px;
	font-weight:bold;
}


table span{
	font-size:10px;
	font-weight:normal;
}
#avancada-bt-avancar{
	background:url(../imgs/bt_avancar.png) no-repeat;
	width:82px;
	height:24px;
	color:#5E6977;
	font-size:9px;
	line-height:20px;
	float:right;
	text-indent:10px;
}
#avancada-bt-avancar a{
	color:#5E6977;
	text-decoration:none;
}
#avancada-bt-avancar a:hover{
	color:#D52C6F;	
}
.texto-tabela{
	width:270px;
	text-align:right;
}
div.avancada-bg-valor input,textarea,select{
	background:white;
	border: 1px solid #A5ACB2;
}
