div.contenitoreInterno {
  /*background:red; */
  background-image: url(images/sfondo.gif);  
  border: 0px solid red;
  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;
	margin: 0 0 0 0;
	border-top:   2px solid white;
	padding: 0 0 0 0;	
}

div.menu2liv { /* IE */
	width: 189px;
	float:left;
/*	background-color: #FFEBCC;*//*colore pesca*/
	padding: 0 0 0 0;
}
div.rettangoloBlu{
	height: 10px;
	background-color: #0099FF;/*blu*/
	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: #FFEBCC;/*colore pesca*/
	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: #FF9900; /* apretado anaranjado */
  	text-decoration: none;
}

div.ricercaEtichette{
	background-color: #FFCC80;/*colore pesca 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;
}
span.ricercaEtichette{
	color: #CC3300;
	font-weight: bold;
}

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