ul.autocompleter-choices {
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	background-color:		#BEE6FA;
	color:		#002C5A;
	text-align:				left;
	font-family:			Verdana, sans-serif;
	z-index:				50;
}

ul.autocompleter-choices li {
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				4px 8px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1.1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color:		#002C5A;
	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:					#BEE6FA;
}
