#searchform {
	background: url(../img/srch_l.gif) no-repeat 0 0;
	padding-left: 19px;
	height: 22px;
}

#searchform .sbox_l{
	background: #000;
}
#searchform .sbox_r {
	background: #000 url(../img/srch_r.gif) no-repeat 0 0;
	float: left;
	width: 19px;
	height: 19px;
	}
#searchform .sbox_r_f2 {
	background: #000 url(../img/srch_r.gif) no-repeat 0 -19px;
	float: left;
	width: 19px;
	height: 19px;
	}
#searchform input {
	background: #000 url(../img/srch_bg.gif) repeat-x 0 0;
	float: left;
	border: 0;
	height: 19px; 
	width: 224px; /*100px;*/
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
	}
