form {
	margin: 0;
}

#searchbox {
	background-image: url( '../images/search_box.jpg' );
	width: 156px;
	height: 60px;
	padding-top: 26px;
	padding-left: 10px;
	text-align: left;
}

#searchbox input {
	width: 94px;
	font-size: 8pt;
	height: 20px;
}

#searchbox span {
	position: relative;
	cursor: hand;
	top: 6px;
	left: 6px;
	width: 34px;
	height: 17px;
	background: white;
	filter: alpha( opacity=0 );
}
#inxs_searchx {
	background-image: url( '../images/search_box.jpg');
	background-repeat: no-repeat;
	display: block;
}
