﻿.autocomplete 
{
	background-color: #ffffff; 
	border: 1px solid #000000;	
}
.autocomplete_item { 
	font-family: verdana; font-size: 11px; font-weight: normal; 
	color: #000000; margin: 0px; background-color: #ffffff;
	overflow: hidden; white-space:nowrap; padding: 1px
}
.autocomplete_item_highlighted {
    font-family: verdana; font-size: 11px; font-weight: normal; 
	color: #000000; margin: 0px; background-color: #85cbd4; 
	overflow: hidden; white-space:nowrap; padding: 1px
}
