
.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 600px;
	min-width: 350px;
	width: 350px;
	z-index: 350;
	background-color: #444444;
	scrollbar-face-color: #444444;
	scrollbar-shadow-color: #555555;
	scrollbar-arrow-color: #FFFFFF;
}

.acResults ul {
	width: 350px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 350px;
	font: menu;
	font-size: 9px;
	overflow: auto;
	color: #CCCCCC;
	border-bottom: 1px solid black;
	
}

.acLoading {
	background : url('indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}
