ul.autocompleter-choices {
	width: 290px !Important;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #cfd0d3;
	border-top: none;
	text-align: left;
	z-index: 50;
	background: #fff;
}

ul.autocompleter-choices li {
	position: relative;
	margin: -2px 0 0 0;
	padding: 3px;
	display: block;
	float: none !important; 
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 18px;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
}

ul.autocompleter-choices li.autocompleter-selected {
	background:	#c5c5c5;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #fff;
}