div.autocompleter-loading {
	float: left;
	clear: right;
	background: #fff url(/_img/spinner.gif) no-repeat center;
	width: 20px;
	height: 16px;
}
ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 500px;
	list-style: none;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
	color: #FFF;
	
}
ul.autocompleter-choices li {
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
	background-color: #86AD50;
	width: 150px
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color: #B18E54;
	color: #fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	color: #4D4940;
	font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #4D4940;
}