.ac_input {
	width: 200px;
}

.ac_results {
  width:200px;
  margin-top:2px;
  padding: 14px 5px 5px 5px;
	border: 0px solid WindowFrame;
	background: black url('/test/autosuggest-header.jpg') -1px -1px no-repeat;
	overflow: hidden;
	z-index:20;
	position:relative;
}

.ac_results ul {
	width: 164px;
	list-style-position: outside;
	list-style: none;
	padding: 3px;
	margin: 0;
	background:white;
}

.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: 2px 0 3px 0;
	cursor: pointer;
	display: block;
	width: 164px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color:gray
}
.ac_loading {
	/*background : url('/site/jquery/img/indicator.gif') right center no-repeat;*/
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
	z-index:100;
}

