/*

css per casella ricerca con tasto lente


#ricerca {
	position: relative;
	z-index: 500;
 	margin-top: -20px;
   	border:none;
 	font-size:10px;
 	height:17px;
 	float: right;
 	width: 220px;
 	background: #fff;
 	padding: 0px;
 	margin-right: 10px;

}


#tasto_ricerca{

	border:none;
	font-size:10px;
	width: 15px;
	height:17px;

	background: url('/funzioni/cerca/lente.gif') no-repeat white top left ;
}



.inputext{

	height:12px;
	border:none;
	font-size:9px;
	width: 200px;

}
*//*

css per casella ricerca con tasto normale
*/

#ricerca {


   	border:none;
 	font-size:10px;
 	//height:15px;
 	width: 400px;
  	text-align: right;
  	float: left;
}


#tasto_ricerca{


	font-size:10px;
	width: 59px;
	margin-top:1px;
	background: #d68400;
	margin-left: 0;
/*
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;*/
}




#ricerca input[type="text"] {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000000;
   height:17px;
	font-size:9px;
	width: 320px;
	padding: 2px;
	background: url('/funzioni/cerca/lente.gif') white no-repeat right ;
	margin-right: 0;
}