ul.autocompleter-choices {position: absolute; margin: 0; padding: 0; list-style: none; border: 1px solid #ccc; background: #fff; text-align: left; z-index: 50; overflow-x: hidden;}
ul.autocompleter-choices li {position: relative; margin: -2px 0 0 0; padding: 0.2em 1.5em 0.2em 1em; display: block; cursor: pointer; white-space: nowrap; line-height: 1.5em;}
ul.autocompleter-choices li.autocompleter-selected {background-color:	#666; color: #fff;}
ul.autocompleter-choices span.autocompleter-queried {font-weight: bold; margin: 0; padding: 0;}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried { color: #ffffcc;}