.ui-autocomplete-loading {
    background: white url('../../../images/loading.gif') right center no-repeat;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
/*.ui-autocomplete {*/
    /*overflow-y: scroll;*/
/*}*/

* html .ui-autocomplete { /* IE max- */height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); }

.auto-complete {
    width: 90px;
    padding-top: 2px;
    height: 18px;
    padding-bottom: 0;
}