/* Keep this in sync with with one of the header JSPs, because this should no longer be used. */
.suggest_link {
    background-color: #fff;
    padding: 2px 6px 2px 6px;
}

.suggest_link_over {
    background-color: #3399FF;
    padding: 2px 6px 2px 6px;
}

.search_suggest {
    position: absolute;
    background-color: #fff;
    text-align: left;
    top: 55px;
    width: 80%;
    z-index: 100;
}

.search_suggest_reg {
    position: absolute;
    background-color: #fff;
    text-align: left;
    top: 645px;
    width: 38%;
    z-index: 100;
}

