.ac_conteiner {
    border: 1px solid #abadb3;
    height: 20px;
}

.ac_input {
    border:0 none;
    display:block;
    float:left;
    font-size:1em;
    height:16px;
    margin:1px;
    text-indent:2px;
}

.ac_img {
    width: 18px;
    height: 20px;
    float: left;
}

.ac_results {
    background-color:white;
    border:1px solid gray;
    display:none;
    height:100px !important;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:0;
    margin-left:-1px !important;
    margin-right:0;
    margin-top:0;
    overflow-x:hidden;
    overflow-y:auto;
    padding:0;
    position:absolute;
    z-index:10000;
    
}

.ac_results div {
    font-size:1em;
    font-family:Tahoma; 
    padding-left: 2px;
    white-space: nowrap;
}

.ac_over {
    cursor: pointer;
    background-color: #3399ff;
    color: #fff;
}

.ac_match {
    text-decoration: underline;
    color: inherit;
    margin: 0;
    padding: 0;
}

html:first-child .ac_results {
/* opera <9.5 does not support css3 property overflow-y */
    overflow: auto;
}