#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 158px;
	position:absolute;
	top: 11px;
	right:44px;
}


#side-a {
	float: left;
	width: 7px;
	height:22px;
	background-image:url(../_image/search-filter-btn.png);
	background-repeat:repeat-x;
}

#side-b {
	float: right;
	width: 21px;
	height:22px;
	background-image:url(../_image/search-icon.png);
	background-repeat:repeat-x;
}

#content { 
	float: left;
	width: 130px;
	height:22px;
	background-image:url(../_image/search-mid.png);
	background-repeat:repeat-x;
}

.search_box{
	width:120px;
	height:13px;
	border:0px;
	margin-top:2px;
	background-color:transparent;
    color:#545454;
}
.go_button {
	position:absolute;
	top: 14px;
	right: 75px;
}
