div.autocompleter-loading{	float:					left;	clear:					right;	background:				#fff url(images/spinner.gif) no-repeat center;	width:					20px;	height:					16px;}ul.autocompleter-choices{	position:				absolute;	margin:					0;	padding:				0;	list-style:				none;	border:					1px solid #eee;	background-color:		white;	border-color:			#000;	text-align:				left;	font-family:			Arial, Helvetica, Verdana, sans-serif;	z-index:				50;}ul.autocompleter-choices li{	position:				relative;	padding:				0.1em 1.5em 0.1em 1em;	cursor:					pointer;	font-weight:			normal;	font-size:				1em;}ul.autocompleter-choices li.autocompleter-selected{	background-color:		#444;	color:					#fff;}ul.autocompleter-choices span.autocompleter-queried{	font-weight:			bold;}ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{	color:					#9FCFFF;}
