div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #eee;
	background-color:		white;
	border-right-color:		#ddd;
	border-bottom-color:	#ddd;
	text-align:				left;
	font-family:			Arial, Helvetica, 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:		#ccc;
	color:					#666;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					darkred;
}
.example-info
{
	position:			absolute;
	top:				2px;
	right:				4px;
	padding:			1px 2px;
	font-size:			9px;
	color:				#666;
}

.example-dropdown
{
	width:				17px;
	height:				17px;
	float:				left;
	clear:				right;
	margin-left:		-17px;
	cursor:				pointer;
	z-index:			2;

}
