.search-header, .search-header .button-search, .search-header .button-search-end {
	display: none;
}

.fa-search:before {
    content: "";
}

#searchbox {
	display: block;
	float: right;
	height: 30px;
	margin: 0;
	position: static;
}
#searchbox fieldset {
	border: none;
	padding-top: 5px;
}
#searchbox input {
	width: 120px;
	height: 16px !important;
	margin: 0 6px 0;
	border: none !important;
	box-shadow: inset 0 1px 0 #404040, inset 0 0 2px #CCC;
	background: #FFF url("./images/bg_search_input.gif") no-repeat 3px 50%;
	border-radius: 7px;
	font-size: 1.1em !important;
	padding: 2px 5px 2px 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}