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:					2px 0 0 0;
	padding:				0;
	list-style:				none;
	text-align:				left;
	z-index:				999;
	width: 					205px;
	font-size: 				11px;
	border: 				1px solid #ccc
}
body > ul.autocompleter-choices { 
	height: 				auto;
	max-height: 			150px;
}

ul.autocompleter-choices li
{
	position:				relative;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
	padding: 				2px 5px;
	color:					#1b4199;
	background: 			#ffffff;
	font-weight: 			bold;
	border-bottom: 			1px solid #dddddd;
}
ul.autocompleter-choices li span.kod { 
	float: 		left;
	display: 	inline;
	width: 		6ex;
	text-align: left; 
	color: 		#687e23;
	font-weight: bold;
	background: #ccc;
}
ul.autocompleter-choices li span.miasto { 
}
ul.autocompleter-choices li.autocompleter-selected
{
	padding: 2px 5px;
	background: #eee;
	color: #1b4199; 
}
ul.autocompleter-choices li.autocompleter-selected span.kod { 
	color: #687e23;
}
ul.autocompleter-choices span.autocompleter-queried
{
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
}