
.ac_results {
    background-color: white;
    border-color: #E2F1F8;
    border-style: solid;
    border-width: 0 2px 2px;
    color: #3BB3C3;
    margin-top: -5px;
    overflow: hidden;
    padding: 12px 0 0;
    width: 274px !important;
    z-index: 99999;
}
.ac_results ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 1px 0;
    width: 100%;
}
.ac_results li {
    cursor: default;
    display: block;
    font: menu;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px 3px 20px;
}
.ac_loading {
    background: url("indicator.gif") no-repeat scroll right center white;
}
.ac_odd {
    background-color: #FFFFFF;
}
.ac_over {
    background-color: #3BB3C3;
    color: white;
}
