
.ac_input {
    width: 250px;
}

.ac_results {
    background-color: window;
    border: 1px solid windowframe;
    overflow: hidden;
    padding: 0;
}
.ac_results ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ac_results iframe {
    display: block;
    height: 3000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3000px;
    z-index: -1;
}
.ac_results li {
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px;
    width: 100%;
}
.ac_loading {
    background: url("../images/loading.gif") no-repeat scroll right center transparent;
}
.ac_over {
    background-color: highlight;
    color: highlighttext;
}