/********************************************************************/
/*                                                             		*/
/*                       Dev.Labs .it                     	        */
/*                                                             		*/
/* Copyright: 														*/
/* © 2006/2007 					   		            				*/
/* 																	*/
/* Author:															*/
/* Giuliano Messina - (NeO_Giu)       				     		    */
/* 																	*/
/* 																	*/
/* Versione 3.0													    */
/* 																	*/
/********************************************************************/
/* Stile CSS Search                                            		*/
/********************************************************************/

/************/
/*  Search  */
/************/
.sbox_l  {
	background:  url("images/search_left.png") no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

.sbox2_l  {
	background:  url("images/input_left.png") no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

.sbox_r  {
	background:  url("images/search_right.png") no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

.sbox input {
	background:  url("images/search_bg.gif") repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 80px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

.sbox2 input {
	background:  url("images/search_bg.gif") repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 70px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}
