div.autocompleter-loading {
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0;
	background: url('/style/image/ajax-loader.gif') no-repeat center 0%;
	width: 16px;
	height: 16px;
	z-index: 50;
}

ul.autocompleter-choices {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	position: absolute;
	width: 184px;
	background: white;
	margin: -2px 0 0 -8px;
	padding: 5px 0 0 0;
	list-style: none;
	text-align: left;
	z-index: 50;
}

ul.autocompleter-choices li {
	background: white;
	color: black;
	font-weight: bold;
	padding: 2px 0;
	text-indent: 2px;
	margin: 0 5px 5px 5px;
	cursor: pointer;
}

ul.autocompleter-choices li.autocompleter-selected {
	background: #fc7b25;
}

ul.autocompleter-choices li span.autocompleter-queried {
	color: #666666;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: white;
}


