@CHARSET "ISO-8859-1";

.button_search { /* 	margin-left: -22px; */
	float: left;
	/* 	z-index: 10000; */
	position: absolute;
	left: 0;
	right: 0;
}

.inputbox_search {
	position: relative;
	float: left;
	width: 156px;
	height: 21px;
	/* 	border-top-left-radius: 7px; */
	/* 	border-bottom-left-radius: 7px; */
	margin-top: 0px;

	padding-left:5px;
	font-family: Arial;
	font-size: 12px;
	color: gray;
	border: 1px solid;
	border-color: #C7C7C9;
	border: 0;
	z-index: 10000;
	background-color: transparent;
	line-height: 21px;
	

}

.button-search {
	position: absolute;
	width: 22px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	left: 161px;
	opacity: 0;
	filter: alpha(opacity=0); 
}