.ac_results {
    padding: 0;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    z-index: 99999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eed85f url(../img/autocomplete-bg.png) repeat-x left top;
}
.ac_results ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    overflow: hidden;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    margin: 5px;
    padding: 5px 10px;
    cursor: default;
    display: block;
}
.ac_loading {
    background: #fff url('../img/indicator.gif') right center no-repeat;
}
.ac_over {
    background-color: #6c4f00;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
