.informacoes-cadastro .campo-nome{
	width: 400px;}

.informacoes-cadastro .campo-nome .input-padrao{
	width: 370px;}

.informacoes-cadastro .campo-tipo-sexo{
	width: 165px;}

.informacoes-cadastro .campo-tipo-sexo .select-padrao{
	width: 165px;}

.informacoes-cadastro .campo-tipo-medio{
	width: 280px;}

.informacoes-cadastro .campo-tipo-medio .input-padrao{
	width: 255px;}
	
.informacoes-cadastro .campo-tipo-peq .input-padrao {
	width: 158px;}

.informacoes-cadastro .campo-preferencia{
	margin-bottom: 2px;}

.informacoes-cadastro .campo-preferencia label{
	padding: 10px;
	background: #027399;
	/*background: url(../imagens/cadastro/ico-tipos.png) #027399 no-repeat;*/
	}

.informacoes-cadastro .campo-preferencia .opt-industria{
	background-image: url(../imagens/cadastro/ico-editoria-industria.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-internacional{
	background-image: url(../imagens/cadastro/ico-editoria-internacional.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-legislacao-e-tributos{
	background-image: url(../imagens/cadastro/ico-editoria-legislacao-e-tributos.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-politica{
	background-image: url(../imagens/cadastro/ico-editoria-politica.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-economia{
	background-image: url(../imagens/cadastro/ico-editoria-economia.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-servicos{
	background-image: url(../imagens/cadastro/ico-editoria-servicos.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-agronegocios{
	background-image: url(../imagens/cadastro/ico-editoria-agronegocios.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-comercio{
	background-image: url(../imagens/cadastro/ico-editoria-comercio.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-financas{
	background-image: url(../imagens/cadastro/ico-editoria-financas.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-dci-sp{
	background-image: url(../imagens/cadastro/ico-editoria-dci-sp.png);
	background-repeat:no-repeat;
	background-position:right -10px;}

.informacoes-cadastro .campo-preferencia .opt-dci-mais{
	background-image: url(../imagens/cadastro/ico-editoria-dci-mais.png);
	background-repeat:no-repeat;
	background-position:right -10px;}
	
.informacoes-cadastro .campo-preferencia label.ativo {
	background-color:#d33f38;
}
.informacoes-cadastro .campo-preferencia label.desativado {
	background-color:#ccc;
}