.ac_input {
    width: 200px;
}

.ac_results {
    width: 200px;
    background: #eee;
    cursor: pointer;
    position: absolute;
    left: 0;
    font-size: 90%;
    z-index: 101;
}

.ac_results ul {
    width: 200px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000;
}

.ac_results li {
    width: 190px;
    padding: 2px 5px;
}

.ac_results a {
    width: 100%;
}

.ac_results iframe {
    width: 200px;
    position: absolute;
}

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

.ac_over {
    background: gray;
}
