@charset "utf-8";
/* CSS Document */

#header-search {
    float: left;
}

#header-search input[type="text"] {
    background-color: #eee!important;
    height: 28px;
    padding: 3px 6px 0 0!important;
    font-size: 13px;
}

#header-search .gsc-input-box {
    border: 0;
    background: #eee;
    border-radius: 14px;
    width: 180px;
}

#header-search .gsib_a {
    padding-top: 0;
    padding-right: 0;
}

#header-search .gsib_b {
    position: absolute;
    top: 5px;
    right: 23px;
}

#header-search .gsc-input {
    width: 160px!important;
}

#header-search table.gsc-search-box {
    position: relative;
    width: 180px;
}

#header-search .gsc-search-button {
    position: absolute;
    top: 0;
    right: 0;
    background: #202020;
    width: 26px;
    height: 25px;
    border-radius: 0 12px 12px 0;
}

#header-search .gsc-search-button input {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 0;
    border: 0;
    background: #202020;
}

#header-search .gsc-input-box-focus,
#header-search .gsc-input-box-hover {
    box-shadow: none;
}
