#autocomplete-content{position: absolute;z-index: 100000;overflow-x: hidden; overflow-y: auto; background-color: #2C78C9; color: black; font-weight:bold; width: 200px}
#autocomplete-content div{padding: 0 5px; line-height: 30px; cursor: pointer;}
#autocomplete-content div.hover{background-color: #CCF3EE;}
#autocomplete-content div.hover.unhover{background-color: none}
#autocomplete-content div.hover_tmp{background-color: green}

.input-loading
{
    background-image: url("/r/i/loader/autocomplete-loader.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
