.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	/*background-color: Window;*/
	background-color: #FFFFE7;
	overflow: hidden;
	z-index:600;
	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index:650;
}

.ac_results iframe {
	
	/*display:block;*/
	margin: 0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
	width:0px;
	height:0px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	font-size:1.0em;
	z-index:700;
}

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

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