/* CSS Document */

span.sbox_l  {
	background: white url('images/sbox_L.gif') no-repeat top left;
	float: left;
	width: 14px; height: 30px;
}

span.sbox_r  {
	background: white url('images/sbox_R.gif') no-repeat top left;
	float: left;
	width: 14px; height: 30px;
	margin-right:6px;
}

span.sbox input {
	background: #ebebeb url('images/sbox_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 14px; width: 140px;
	padding: 8px;
	font: 11px/13px arial;
	color: #000;
}