.ac_results {
    background-color: Window;
    border: 1px solid WindowFrame;
    overflow: hidden;
    padding: 0px;
}

.ac_results ul {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ac_results iframe {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    filter: mask();
    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: 0px;
    overflow: hidden;
    padding: 2px 5px;
    width: 100%;
}

.ac_loading { background: Window url('../indicator.gif') right center no-repeat; }

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}