.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #FFFFFF;
	overflow-y: auto;
	z-index:50;
	max-height:280px;
}

.ac_results ul {	
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 97%;
	font: menu;
	font-size: 16px;
	overflow: hidden;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
