span.sbox_l  {
	background: transparent url(../images/search-left.png)
		no-repeat top left;
	float: left;
	width: 30px; height: 30px;
}

span.sbox_r  {
	background: transparent url(../images/search-right.png)
	no-repeat top left;
	float: left;
	width: 24px; height: 30px;
}

span.sbox input {
	background: transparent url(../images/search-middle.png) repeat-x;
	float: left;
	border: 0;
	height: 17px; 
    width: 80px;
	padding: 7px;
	font: 14px/16px arial;
	color: #fff;
    -webkit-appearance: none;
}
