.ac_results {
	width: 50px; /* This value is set in the javascript code, to match the width of the search box */
	background: red;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 10px;
	z-index: 101;
	padding-left: 10px;
	list-style: none;
}
.ac_results ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
	border: 1px solid gray;
}
.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: 0px 0px;
	list-style: none;
	font-size: 11px;
}
.ac_results a {
	width: 100%;
	padding-left: 60px;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.over {
	background: green;
	color:red;
	font-weight:bold;
}

