/* CSS for jQuery UI */
.ui-autocomplete { width: 350px; max-height: 150px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; /* add padding to account for vertical scrollbar */ padding-right: 20px; z-index: 99 !important; }
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete { width: 350px; height: 150px; }
ul.ui-autocomplete li.ui-menu-item a { font-family: Helvetica, Verdana, Geneva, Arial, Sans-serif; font-size: 12px; color: #808285; }

