div#search_logo img {
    display: none;
}
div#search_logo {
	background:url(../../images/2.png) no-repeat;    margin-top: 10px;
}
div#search_head {
    background: #63065f!important;
}
.search_tool a {
    color: white!important;
}
label {
    color: white;
}
.wp_search .search_tabs .selected_item {
    cursor: default;
    background-color: #63065f!important;
    color: #fff;
    font-weight: bold;
}
.wp_search .search_tabs .selected_item {
    cursor: default;
    background-color: white!important;
    font-weight: bold;
    color: #63065f!important;
}
.wp_search .input_submit .search_submit {
    width: 95px;
    height: 32px;
    border: 0;
    font-size: 15px;
    color: #63065f;
    margin: 0 2px 2px 0;
    background: white;
    cursor: pointer;
    font-weight: bold;
}
.wp_search .input_submit .search_submit {
    width: 95px;
    height: 32px;
    border: 0;
    font-size: 15px;
    color: #63065f!important;
    margin: 0 2px 2px 0;
    cursor: pointer;
    background: white!important;
}