#applesearch .sbox_l  {
	background:  url('srch_l_nobg.png') no-repeat top left; /* cambiare l'immagine con srch_l_nobg.png per i textfields di non ricerca */
	float: left;
	width: 19px; height: 18px;
}

#applesearch .sbox_r  {
	background: url('srch_r.png') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox input {
	background:  url('srch_bg.png') repeat-x top left;
	float: left;
	border: 0;
	height: 18px; width: 100px;
	padding: 3px;
	font: 11px/13px "Trebuchet MS";
	color: #999999;
}

#content {
	clear: both;
}

/* search toolbar*/
#applesearch1 .sbox_l  {
	background:  url('srch_l.png') no-repeat top left; /* cambiare l'immagine con srch_l_nobg.png per i textfields di non ricerca */
	float:left;
	width: 19px; height: 18px;
}

#applesearch1 .sbox_r  {
	background: url('srch_r.png') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch1 .sbox input {
	background:  url('srch_bg.png') repeat-x top left;
	float: left;
	border: 0;
	height: 18px; width: 80px;
	padding: 3px;
	font: 11px/13px "Trebuchet MS";
	color: #999999;
}


