ul.autocompleter-choices {
	width: 				200px!important;
	position:			absolute;
	margin:				0;
	padding:		0;
	list-style:			none;
	border-top:			5px solid #ddd;
	border:				1px solid #ddd;
	border-left-color:	#c3c3c3;
	border-right-color:	#c3c3c3;
	background:			#fff;
	text-align:			left;
	z-index:			50;
	background-color:	#fff;
}

ul.autocompleter-choices li {
	background:			#fff;
	position:			relative;
	margin:				0;
	padding:			0.2em 1.5em 0.2em 1em;
	display:			block;
	float:				none !important; 
	cursor:				pointer;
	font-weight:		normal;
	white-space:		nowrap;
	font-size:			1em;
	line-height:		1.3em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background:			#444;
	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:				#FF7F50;
}