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