
/*FORMULARIO CONTACTO********************************************/

/*como tem 5px de padding é preciso ter menos 5px nos campos*/
.campo{
	background: #ffffff;
	height: 18px;
	width: 405px;
	font: normal 11px "Trebuchet MS";
	border: 1px solid #B5A581;
}

.pesquisa{
	background: #ffffff;
	height: 18px;
	width: 100px;
	font: normal 11px "Trebuchet MS";
	border-left: 1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right: none;
	
}

.pesquisa_prod{
	background: #ffffff;
	height: 18px;
	width: 270px;
	font: normal 11px "Trebuchet MS";
	border-left: 1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right: none;
	
}

textarea.campo2{
	overflow: auto;
	background: #ffffff;
	height: 80px;
	width: 405px;
	font: normal 11px "Trebuchet MS";
	border: 1px solid #B5A581;
}


/*************FORMULARIO MAIS INFO ********************/
td#areaformulariomaisinfo{
	width: 276px;
	text-align: center;
	vertical-align: top;
}
table#formulariomaisinfo{
	background-color: white;
}

table #formulariomaisinfo td#campo{
	width: 276px; 
	height: 16px;
/*	background-color: #CCE0EB;*/
}

table #formulariomaisinfo td#titulo{
	padding-right: 5px;
/*	background-color: #B2D2E1;*/
	text-align: left;
	color: #4A3516;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 276px;
	height: 16px;
	font-size: 11px;
}
table #formulariomaisinfo td#separador1{
	width: 276px;
	height: 2px;
}

table #formulariomaisinfo td#separador2{
	width: 276px;
	height: 4px;
}

table #formulariomaisinfo td#separador3{
	height: 20px;
	background-color: #ffffff;
}

table #formulariomaisinfo td#avisos{
	padding-left: 5px;
	background-color: #ffffff;
}

table #formulariomaisinfo td#separadorvertical{
	width:2px;
	height: 16px;
	background-color: white;
}

table #formulariomaisinfo td#item{
	text-align: left;
	color: #4A3516;
	font-family: Arial, Helvetica, sans-serif;
	width: 276px;
	height: 16px;
	font-size: 10px;
}

table #formulariomaisinfo td#item2{
	text-align: left;
	vertical-align: top;
	color: #4A3516;
	font-family: Arial, Helvetica, sans-serif;
	width: 276px;
	height: 110px;
	font-size: 10px;
}

table #formulariomaisinfo td#item3{
	text-align: left;
	vertical-align: top;
	color: #4A3516;
	font-family: Arial, Helvetica, sans-serif;
	width: 276px;
	height: 75px;
	font-size: 10px;
}

table #formulariomaisinfo td#botoes{
	text-align: left;
	color: #4A3516;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 276px;
	height: 16px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

table #formulariomaisinfo td#botao_formulario{
	width: 42px;
	height: 16px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

table #formulariomaisinfo td#botao_fechar{
	width: 52px;
	height: 16px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

table #formulariomaisinfo textarea.campo2{
	overflow: auto;
	height: 110px;
	width: 300px;
	font: normal 11px "Trebuchet MS";
	border: 1px solid #CCCCCC;
}


