.ac_input {
    width: 400px;
}
/*.ac_results{
    width: 250px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #efefef;
    overflow: hidden;
    z-index: 99999;
    max-height: 400px;
}*/
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    border: solid 2px #999999;
    display: block;
    width: 250px;
    max-height: 400px;
    overflow: hidden;
    background: #fff;
}
.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    white-space: nowrap;
    /*
        if width will be 100% horizontal scrollbar will apear
        when scroll mode will be used
    */
    /*    width: 100%;*/
    font: menu;
    font-size: 11px;
    /*
        it is very important, if line-height not setted or setted
        in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}
.ac_loading {
    background: #eee;
}
.ac_odd {
    background-color: #F8F8F8;
}
.ac_over {
    background-color: #dcdcdc;
    color: #000000;
}
