img.autocompleter-loading {
    width: 16px;
    height: 16px;
	margin-left: 5px;
}

ul.autocompleter-choices
{
    position:               absolute;
    margin:                 0;
    padding:                0;
    list-style:             none;
    border:                 1px solid #eee;
    background-color:       white;
    border-right-color:     #ddd;
    border-bottom-color:    #ddd;
    text-align:             left;
    font-family:            Verdana, Geneva, Arial, Helvetica, sans-serif;
    z-index:                50;
	min-width:              200px;
	white-space:            nowrap;
}

ul.autocompleter-choices li
{
    position:               relative;
    padding:                0.1em 1.5em 0.1em 1em;
	margin:                 0;
    cursor:                 pointer;
    font-weight:            normal;
    font-size:              1em;
}

ul.autocompleter-choices li.autocompleter-selected
{
    background-color:       #444;
    color:                  #fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
    font-weight:            bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
    color:                  #9FCFFF;
}
