
/*
===>> MODELO DOS CAMPOS
=====================================================
*/

input,
select,
textarea{
	float:left;
	margin:0;
	padding:4px;
	border:solid 2px #DDDDDD;
	font-family:arial;
	/*color:#FFF;*/
	color:#828282;
}


input[type='checkbox'],
input[type='radio']{
/*	width:15px;
	height:15px;
*/
	margin:0;
	padding:0;
	position:relative;
	top:3.5px;
	border:none;
}

/*
input[type='checkbox'],
input[type='radio']{
	width:15px;
	height:15px;
	margin:0;
	margin-top:3px;
	margin-right:10px;
	display:inline;
	position:relative;
	border:none;
}
*/

input[type=radio].CheckEsp,
input[type=checkbox].CheckEsp{
	position:relative;
	top:-5px;
}

input[readonly]{ background:#F4F4F4; }

input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover { border-color:#FFCC00; }

textarea{ width:300px; height:170px; }

input[type=text]{
	width:400px;
}
input[type=text].ddd{
	width:25px;
	text-align:center;
}
input[type=text].qtdeItem{
	width:30px;
	text-align:center;
}

.cadFiel dl dt.Tel{
	width:100%;
	float:left;
}
.cadFiel dl dt.Tel * td *{
	float:left;
	display:inline;
	position:relative;
}
.cadFiel dl dt.Tel * td * a.aLinkLamp{
	margin:0 5px;
	margin-top:-100px;
}

input[type=text].telefone{
	width:120px;
}

input[type=text].busca{
	width:150px;
	float:left;
}

input[type=text].cep,input[type=text].cpf, input[type=text].cnpj{
	width:200px;
}

input[type='text'].CepLargo{
	width:200px;
	padding:6px 3px 6px 3px;
	*padding:100px 3px 100px 3px;
	font-size:19px;
}


input[type=text].bairro{
	width:250px;
}

input[type=text].cidade{
	width:200px;
}

input[type=text].estado{
	width:25px;
	text-align:center;
}
input[type=text].ano{
	width:30px;
	text-align:center;
}

input[type=text].capacidade{
	width:80px;
}

input[type=text].login{
	width:130px;
}

input[type=text].pequeno{
	width:60px;
}

input[type=text].medio,
input[type=text].jsDinheiro,
input[type=text].jsDinheiroSalario{
	width:100px;
}

input[type=text].grande{
	width:200px;
}

input[type=text].grandao{
	width:300px;
}

input[type=text].white{
	width:20px;
}

input[readonly].transparentValor{
	width:40px;
	font-size:14px;
	color:#DC214E;
	font-weight:bold;
	border:none;
	background:none;
}

input[readonly].nomRest{
	width:auto;
	margin-right:5px;
	border:none;
	text-transform:lowercase;
}

input[type=text].datechooser{
	width:70px;
}

select.grande{
	width:300px;
}

select.cidade{
	width:300px;
}

select.estado{
	width:150px;
}


/* == | VERMELHO CEREJA | == */
input[type=submit].transparent, input[type=button].transparent{
	width:auto;
	border:none;
	background:none;
	/* superior - direita - inferior - esquerda */
	cursor:pointer;
	font-size:14px; color:#CF2850; font-weight:bold; font-family:arial;
}

input[type=submit].transparent:hover, input[type=button].transparent:hover{
	background-color:#CF2850;
	color:#FFF;
}

/* == | VERMELHO FORTE | == */
input[type=submit].TranspB, input[type=button].TranspB{
	width:auto;
	border:none;
	background:none;
	/* superior - direita - inferior - esquerda */
	cursor:pointer;
	font-size:14px; color:#c72d24; font-weight:bold; font-family:arial;
}

input[type=submit].TranspB:hover, input[type=button].TranspB:hover{
	background-color:#c72d24;
	color:#FFF;
}


input[type=submit].green, input[type=button].green,
input[type=submit].red, input[type=button].red,
input[type=submit].yellow, input[type=button].yellow,
input[type=button].disabled{
	width:auto;
	padding:4px 20px;
	*padding:4px 0;
	cursor:pointer;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:arial;
}

input[type=submit].green, input[type=button].green{
	border-bottom:ridge 1px #5c7b1f;
	border-right:ridge 1px #5c7b1f;
	border-top:ridge 1px #C1CCA9;
	border-left:ridge 1px #C1CCA9;
	background:url(../img/enviarGreen.gif) repeat-x center;
	/* superior - direita - inferior - esquerda */
}

input[type=submit].red, input[type=button].red{
	border-bottom:ridge 1px #993333;
	border-right:ridge 1px #993333;
	border-top:ridge 1px #B90000;
	border-left:ridge 1px #B90000;	
	background:url(../img/enviarRed.gif);
}

input[type=submit].yellow, input[type=button].yellow,
input[type=button].disabled{
	border-bottom:ridge 1px #F0E400;
	border-right:ridge 1px #F0E400;
	border-top:ridge 1px #F4D000;
	border-left:ridge 1px #F4D000;
	background:url(../img/enviarYellow.gif);
}


.cadFiel,
.cadFiel dl,
.cadFiel dl dt,
.cadFiel dl dd,
.cadFiel dl ul{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

.cadFiel dl.Mod2{
	margin:10px 0;
}

.cadFiel dl dt,
.cadFiel dl dd,
.cadFiel dl ul{
	padding:2px 0;
	display:inline;
	vertical-align:middle;
}
.cadFiel dl dd{ margin-bottom:10px; }
.cadFiel dl ul{ margin:10px 0; }

.cadFiel dl .ObsCampoCorAmarelo{
	float:left;
	margin:10px 0;
	padding:10px;
	background-color:#FFFCC7;
}
.cadFiel dl .ObsCampoCorAmarelo dd{
	margin:0;
	padding:0;
}
.cadFiel dl .ObsCampoCorAmarelo .CaixaObs .ObsText{
	color:#A32020;
}


.cadFiel dl dt ul{
	margin:0;
	padding:0;
}
.cadFiel dl dt ul li.Boleto img{
	position:relative;
	/*margin-top:20px;*/
	margin-left:-5px;
	top:15px;
}

.cadFiel dl dt label, dd label{
	padding:3px; margin:0;
}

.cadFiel dl dt label:hover, dd label:hover{
	background-color:#F4F4F4;
}

.cadFiel dl dt h7{
	float:left;
	font-size:17px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}

.cadFiel * .cadObs,
.cadFiel * .CaixaObs,
.cadFiel dl * div.cadObs2{
	font-size:12px;
}

.cadFiel dl * div.cadObs2{
	width:100%;
	float:left;
	margin:0;
	margin-top:-18px;
	*margin-top:-20px;
	
	color:#A32020;
}

.cadFiel dl * .cadObs{
	width:auto;
	/*float:left;*/
	margin:0 10px;
	padding:0;
	display:inline;
	color:#A32020;
}
.cadFiel dl * .cadObs a{ color:#990033; text-decoration:none; }
.cadFiel dl dd .cadObs, .aLinkLamp:hover{ background:none; }
* .attCaptha:hover{ background:none; }

/* superior - direita - inferior - esquerda */

.cadFiel dl dt table tr td{
	margin:0;
	padding:0 10px 5px 0;
	text-align:left;
}

.cadFiel * .CaixaObs{
	width:auto;
	float:left;
	margin:0 10px;
	padding:0;
	display:inline;
	position:relative;
}

.cadFiel dl dt * a.aCep{
	position:relative;
	top:5px;
}
.cadFiel dl dt * a.aCep:hover{
	color:#FFF;
}

.cadFiel dl * img.bullet_star{
	float:left;
	margin:0;
	margin-left:10px;
	display:inline;
	position:relative;
}
.cadFiel dl * a.aLinkLamp{
	float:left;
	display:inline;
	margin-left:5px;
}
.aLinkLamp img{ border:none; }


.cadFiel dl ul li{
	float:left;
	margin:0;
	padding:0;
}
.cadFiel dl ul,
.cadFiel dl ul li{
	width:100%;
}
.cadFiel dl ul li.Sexo{
	width:auto;
	float:left;
	padding:0 5px;
	display:inline;
}








/* newForms.css */
#setForm * .ListaRadio,
.cadFiel * .ListaRadio{
	float:left;
	margin:0 10px;
}
#setForm * .ListaRadio *,
.cadFiel * .ListaRadio *{
	float:left;
	display:inline;
}
#setForm * .ListaRadio input[type='radio'],
.cadFiel * .ListaRadio input[type='radio']{
	margin-top:6px;
	*margin-top:5px;
}
