div.autocomplete {
	position: absolute;
	width: 240px;
	/*opacity: 0.7;
	filter:alpha(opacity=70);
	background:#0b214b;	*/
	background-image:url(../css_img/1x1_0a214b.png) /*!important*/;
	margin: 0px;
	margin-left:-1px;
	padding: 0px;
	font-size: 12px;
	color:#FFF;
	z-index:1;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:auto !important; 
	height:250px;
	max-height: 250px;
	overflow: auto;
}

div.autocomplete ul li.selected {
	font-weight:bold;
	padding-left:15px;
	background:url(../css_img/bullet_go.png) left center no-repeat;
}

div.autocomplete ul li {
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	text-align:left;
}
div.autocomplete ul li span.informal {
	color: #999;
}
