@charset "utf-8";
/* CSS Document */
#search_logo img {
    height: auto !important;
    padding-top: 38px;
}
.wp_search .search_head {
    height: 100px;
    background-color: #0168b7 !important;
    border-bottom: 1px solid #e5e5e5;
}
.wp_search .input_submit .search_submit {
    width: 95px;
    height: 32px;
    border: 0;
    font-size: 15px;
    color: #fff;
    margin: 0 0px 0px 0 !important;
    background: #ddd url(../../_images/search/search_form.png) 0 0 no-repeat;
    cursor: pointer;
}