.autocompleter-choices {
	background-color: rgb(253,255,232);
	opacity:0.8;
	border-radius:8px;
	-moz-box-shadow: inset 0 0 4px #696969;
	-webkit-box-shadow: inset 0 0 4px #696969;
	box-shadow: inset 0 0 4px #696969;
	border:none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	z-index: 150 !important;
}
	.autocompleter-choices li {
		position: relative;
		display: block;
		float: none !important;
		margin: 0;
		padding: 4px 10px;
		color: #003C79;
		cursor:	pointer;
		font-weight: normal;
		white-space: nowrap;
		line-height: 1.4em;
	}
		.autocompleter-choices li.autocompleter-selected {
			color:#94C11E;
		}

.autocompleter-choices span.autocompleter-queried {
	display: inline;
	float: none;
	font-weight: bold;
	margin:	0;
	padding: 0;
}
