/*Cadastro*/
.cadastro{
	padding:10px;
	float:left;
	width:998px;
}
.cadastro-conteudo{
	width:970px;
	height:100%;
	background:white;
	border:1px solid #D6D6D6;
}
.cadastro-topo{
	width:970px;
	height:41px;
	background:url(../imgs/aba_cadastro.png) no-repeat;
	color:#D52C6F;
	font-weight:bold;
	font-size:12px;
	text-indent:20px;
}
.cadastro-topo span{	
	 line-height:40px;
}	
.cadastro-bg{
	padding:10px;	
	width:959px;
	float:left;
}
.cadastro-bg-topo{
	background:url(../imgs/compra_cadastro_bg_topo.png) no-repeat bottom;
	width:947px;
	height:7px;
}
.cadastro-bg-footer{
	background:url(../imgs/compra_cadastro_bg_footers.png) no-repeat top;
	width:947px;
	height:6px;
}
.cadastro-bg-valor{
	background:url(../imgs/compra_cadastro_bg_conteudo.png) repeat-y center center;
	width:947px;
	
}
div.cadastro-bg-valor table{
	margin:40px 0 0 0;

}


div.cadastro-bg-valor{
color:#5E6977;
font-size:12px;
font-weight:bold;
}


table span{
	font-size:10px;
	font-weight:normal;
}
#cadastro-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:20px;
	}
#cadastro-bt-avancar a{
	color:#5E6977;
	text-decoration:none;
}
#cadastro-bt-avancar a:hover{
	color:#D52C6F;	
}
.texto-tabela{
	vertical-align:top;
	width:200px;
	text-align:right;
}
/*Estilo dos inputs*/
div.cadastro-bg-valor input,textarea,select{
	background:white;
	border:1px solid  #D8D8D8;
}

#nome{
	width: 300px;
}

#email{
	width: 300px;
}

#telefone{
	width: 100px;
}
#pedido{
	width: 300px;
}


#departamento{
	width: 300px;
}

#mensagem{
	width: 300px;
}

#assunto{
	width: 300px;
}
