#autocompleter
{
	width:					160px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			15px;
	border:					1px solid #ccc;
}

ul.autocompleter-choices
{
	overflow:				hidden;
	position:				absolute;
	margin:					2px 0 0 0;
	padding:				0;
	list-style:				none;
	border:					1px solid #d8e2f1;
	background-color:		#fff;
	text-align:				left;
	font-family:			Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{	
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				3px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				12px;
	line-height:			15px;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#d8e2f1;
	color:					#000;
}

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:					#628dc7;
}