.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin: 1px 0px 0px 0px!important;
	background-color: #EAF8DB;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 80px;
   text-align: left; 
   list-style-type: none;
	position: absolute;
	width: 100px;
	padding: 0px!important;
	border: solid 1px #027abb;
}
.autocomplete_highlightedListItem
{
	background-color: #8DDA3A;
	color: black;
	padding: 1px;
}
.autocomplete_listItem 
{
	color: windowtext;
	padding: 1px;
}