.acResults {
   background-color: white;
   border: 1px solid black;
   overflow: hidden;
   padding: 0px;
   z-index: 99999;
}

.acResults ul {
   list-style-position: outside;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
}

.acResults li {
   cursor: pointer;
   display: block;
   font: menu;
   font-size: 12px;
   line-height: 16px;
   margin: 0px;
   overflow: hidden;
   padding: 2px 5px;
}

/*
The code is used on this page:
http://www.gleim.com/accounting/cpe/onlinecpe/cpe-course-search.php

The autocomplete is implemented on the 'By Course Name' field and does not use AJAX. I believe that indicator is only used for AJAX loading which is why it was never noticed to be missing.

We can resolve this by

A) Finding the correct image that the library plugin provides

B) Remove the class (chosen option). 
.acLoading {
   background: white url('indicator.gif') right center no-repeat;
}
*/

.acOdd {
   background: #DDD;
}

.acResults .acSelect {
   background: #4A546A;
   color: white;
}
