#searchform {
	background: #fff url("../images/srch_l.gif") 0 0 no-repeat;
	padding-left: 20px;
	
	}
#searchform .sbox_r {
	background: #fff url('../images/srch_r.gif') 0 0 no-repeat;
	float: left;
	width: 19px;
	height: 19px;
	}
#searchform .sbox_r_f2 {
	background: #fff url('../images/srch_r.gif') 0 -19px no-repeat;
	float: left;
	width: 19px;
	height: 19px;
	}
#searchform input {
	background: #323232 url('../images/srch_bg.gif') 0 0 repeat-x;
	float: left;
	border: 0;
	width: 132px;
	padding:3px;
	font: 11px Arial;
	color: #6e6e6e;
	text-indent:5px;
	}
#searchform input:focus {
	outline-style:none;
	}