ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border-left-color:		#bad483;
	border-right-color:		#bad483;	
	border-bottom-color:		#bad483;	
	background-color:		#92b840;
	text-align:				left;
	z-index:				15000;
	color: white;
}

ul.autocompleter-choices a
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				6px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	border-bottom: 1px solid #bad483;
	font-size: 11px;
	color: #ffffff;
}
ul.autocompleter-choices li.autocompleter-selected a
{
background-color: #a3c162;
}

ul.autocompleter-choices span.autocompleter-queried 
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
	color: white;
}

ul.autocompleter-choices li.autocompleter-selected a span.autocompleter-queried
{
	color:					white;
}

