/** Pretty Search */
#search-box {
    width: 200px;
    height: 60px;
    padding-top: 3px;
    font-size: 1em;
    text-align: center;
    background: #c8c9cb;
    background-image: url('/static/images/search/find-area-bg.png');
    background-repeat: repeat-x;
    background-position: top;
    border-right: 1px solid #9f9f9f;
}

#searchboxTable {
    height: 30px;
}

#searchboxTable td {
    vertical-align: top;
    padding: 0;
}

#searchLeft {
    background-image: url('/static/images/search/search-left.png');
}

input.searchfield {
    width: 147px;
    height: 30px;
    color: #999;
    font: 11px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* following are only needed for non-Safari browsers - at this time at least Safari ignores them */
    background: url('/static/images/search/search-middle.png') center top repeat-x;
    border: 0;
    margin: 0;
}

/** Header search field (didn't look good so not currently used) */
#search {
    float: left;
    padding: 2px;
    border: none;
    color: #eaac00;
    /*width: 100%;*//*150px;*/
    /*background-color: #333;*/
}

#searchKeyword {
    border-width: .1ex .1ex .1ex .1ex;
    border-style: solid;
    border-color: #aaa;
    color: #eaac00;
    background-color: #666;
}
