.ac_results {
    padding: 0;
    border: 1px solid #c5c5c5;
   /* border-top: 0 none;*/
    background-color: #FFFFFF;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    max-height: 350px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0px;
    margin: 0;
    z-index: 10000;
}

.ac_results iframe {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 3000px;
    height: 3000px;
    background: #555;
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
    border-bottom: 1px #e5e5e5 dashed;
}

.ac_results li:last-child {
    border-bottom: 0 none;
}

.ac_results li:hover, .ac_results li:focus {
    /*background-color:#eee;*/
}

.ac_loading {
    background-image: url('/resources/autocomplete/indicator.gif') !important;
    background-position: 98% center;
    background-repeat: no-repeat;
    margin-right: 0;
}

.ac_over {
    _background-color: #eee;
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
}

.ac_grey{
    color: #bebebe;
}