.ac_results {
	width: 400px; /* This value is set in the javascript code, to match the width of the search box */
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
}
.ac_results ul {
	list-style-type: none;
	list-style-image:none;
	padding: 0;
	margin: 0;
	width:250px;
	background: #a89da1;
	border:solid 1px #666;

}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
}
.ac_results li {
	padding: 3px 5px;
	list-style-image:none;
	margin:0;
}
.ac_results li a:link {
	width: 100%;
	color:#fff;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.over {
	background: #614d56;
	color:#fff;
}
