ul.autocompleter-choices{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	text-align:				left;
	z-index:				50;
	background-color:		#F8F8F8;
	-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow:         0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}
ul.autocompleter-choices li{
	position:				relative;
	margin:					0;
	padding:				10px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				16px;
	color:					#222;
}

ul.autocompleter-choices li.autocompleter-selected{
	background-color:		#EEE;
}
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:					#9FCFFF;
}
ul.autocompleter-choices.small li {
	font-size:14px;
}