.ac_results {
	text-align:left;
	width: 135px; /* This value is set in the javascript code, to match the width of the search box */
	background: #E9F1F9;
	color:#333333;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 11px;
	z-index: 20000;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.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: 2px 1px;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.over {
	color:#0065A3;
	cursor:pointer;
}