/*formulario*/

form.contato fieldset {
	padding: 2px;
	border: 0;
}
form.contato label{
	width:170px;
	
	float: left;
	margin-right: 10px;
	text-align: right;
	padding-top: 3px;
	font-size:12px;
	
}
form.contato select option{
padding-right: 3px;
background: #E1DECD;

}
form.contato textarea{

height: 100px;
font: 12px Arial, Helvetica, sans-serif;
border: 1px solid #8F8962;
width: 207px;
background: #E1DECD;
}
form.contato input, form#cadastro select, form#cadastro textarea{
width: 209px;
background: #E1DECD;
color: #000000;
border: 1px solid #8F8962;

}
form.contato .botao{
width: 104px;
height:25px;
background:url(../imagens/bg_buscar.gif) repeat-x;
color: #fff;
border: 1px solid #8F8962;
font-size:10px;

}

form.contato select.cel {

	background-color:#E7DFCE;
	border: 1px solid #8F8962;
}

form.contato fieldset.como fieldset.opcoes {

	
	float:left;
	font-size:14px;
	
}

form.contato fieldset.como input {
	padding: 2px;
	border: none;
	width: 20px;
	background-color:#BDB694;
	
	
}

form.contato fieldset.como input.campo_input {
	
	border: 1px #8C8A63 solid; 
	height: 13px; 
	width:132px;
	background-color:#E7DFCE;	
	
}

/*fim formulario*/
