.ac_results {
	padding: 0px;
	ppadding-top: 0px;
	border: 1px solid WindowFrame;
	background-color: #FFFF99;
	overflow: auto;
   	z-index: 9901; 
	height:300px;
	text-align:left;
	position: absolute ;
	min-width: 300px; 

}

.ac_results ul {
	width: 100%; /*width: 94%; */
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
  
}
.ac_results li:hover {
 background-color: #e9e9e9;
}


.ac_loading {
	background: url(../img/indicator.gif) right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
