@charset "utf-8";
/* CSS Document */

.wp_search .search_head {
	background: #008d96 !important;
}
.wp_search .search_logo {
	background: url(../../images/logo.png) no-repeat 0px 20px;
}
.wp_search .search_logo img {
	height: auto !important;
	margin-top: 45px;
	display: none;
}
.wp_search .search_tabs .tab_item {
	color: #fff;
}
.search_tabs label {
	color: #fff;
}
.wp_search .search_advanced {
	color: #FFF !important;
}
.wp_search .input_submit {
	background: none !important;
}
.wp_search .input_submit .search_submit {
	background: #FFF !important;
	color: #000 !important;
}
.wp_search .search_logo {
    width: 353px !important;
}