#autocomplete_choices .autosuggest{
	display: block;
	margin: 0px;
	padding: 2px;
	background-color: #4687BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

#autocomplete_choices .autosuggest ul{
	list-style: none;
}

#autocomplete_choices .autosuggest ul li{
	list-style: none;
}

#autocomplete_choices .autosuggest li div{
	display: block;
	height: auto;
	background-color: transparent;
	color:#fff;
	cursor: pointer;	
	padding: 0px 2px 0px 2px;
	margin: 0px;	
	text-align: left;
}

#autocomplete_choices .autosuggest li div:hover{
	display: block;
	height: auto;
	cursor: pointer;
	background-color: #C7DAEB;
	color:#4687BD;
	padding: 0px 2px 0px 2px;
	margin: 0px;	
	text-align: left;	
}