.ac_results {
    padding: 0px;
    border: 1px solid #878787;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    width: 379px;
    left: 563px;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 550px;
}
.ac_results li {
    margin: 0px;
    padding: 5px 6px;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.ac_loading {
    background: white url('/js/autocomplete/css/indicator.gif') right center no-repeat;
}
.ac_odd {
    background-color: white;
}
.ac_over {
    background-color: #EEEEEE;
}
.ac_last{
    padding-left: 56px;
}