div.contenitoreInterno {
  /*background:red;*/
  background-image: url(images/sfondo-verde.gif);  
  border: 0px solid blue;
  clear: both; 
  padding: 0 0 0 0;
  width:755px;
}
div.rettangoloVerde{
	width: 187px;
	height: 10px;
	background-color: #85B400;/*verde produttori*/
	float:left;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;	
}

div.menu2liv { /* IE */
	width: 189px;
	float:left;
/*	background-color: #FFEBCC;*//*colore pesca*/
	padding: 0 0 0 0;
}
/*ex blu, ahora VERDE
div.rettangoloBlu{
	height: 10px;
	background-color: #83B200;
	margin: 2px 0 0 2px;
	padding: 0 0 0 0;	
}*/
div.rettangoloBlu{
	height: 10px;
	background-color: #83B200;
	margin: 2px 0 0 2px;
	margin: 0 0 0 0;
	border-top:   2px solid white;
	border-left: 2px solid white;	
	border-bottom: 2px solid white;	
	padding: 0 0 0 0;	
}
div.rettangoloDestra {
	background-color: #E6F0CC;/*ex pesca ahora VERDOSO*/
	/*height: 100%;*/
	margin: 2px 0 0 2px;
	padding: 30px 0px 10px 0px;
	font-weight: bold;
	text-align:right;
	color: #4B4B4B; /* colore grigio */
}
.rettangoloDestra A {
  	color: #4B4B4B;
  	text-decoration: none;
}	
.rettangoloDestra A:hover {
	color: #5B8C00; /* apretados verde */
  	text-decoration: none;
}

div.ricercaEtichette{
	background-color: #C1D87F;/*colore VERDOSO piu intenso*/
	margin: 12px 0 0 0;
	padding: 15px 15px 10px 0;
	font-weight: normal;	
	/*text-align:center;*/
	border-top: 1px solid white;	
	border-bottom: 1px solid white;
	color: #61791F;
}
span.ricercaEtichette{
	color: #5B8C00;
	font-weight: bold;
}

div.ricercaEtichette input.text {
   width: 150px;
	margin: 5px 0 5px 0;
	/*margin-right: 10px;*/
	border: 0px solid blu;
}
div.ricercaEtichette input.botton {
 float:right;
}

/*<div style="clear:both;">&nbsp;</div>*/
