.ac_input {
	width: 300px;
}
.ac_results {
	width: 580px;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 18px;
	z-index: 9999;
}
.ac_results ul {
	width: 580px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.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 {
	width: 570px;
	padding: 2px 5px;
	text-align: left;
}

.ac_results li .word {
	font-weight: bolder;
	color: #f00;
}

.ac_results a {
	text-align: left;
  width: 100%;
}
.ac_loading {
  background : url('indicator.gif') right center no-repeat;
  background-color: #fff;
}
.over {
	background: #cfddfa;
	width: 95%;
}
