.ac_input {
	width:300px;
}

.ac_results {
	background:#EEEEEE none repeat scroll 0 0;
	cursor:pointer;	
	font-size:18px;
	left: 0;
	position:absolute;
	width:380px;
	z-index:9999;
}

.ac_results ul {
	border:1px solid #000000;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:380px;
}

.ac_results iframe {
	display:block;
	height:3000px;
	left:0;
	position:absolute;
	top:0;
	width:3000px;
	z-index:-1;
}

.ac_results li {
	padding:2px 5px;
	text-align:left;
	width:370px;
	padding-left: 0;
	margin-left: 0;
	
}

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

.ac_results a {
	text-align:left;
	width:100%;
}

.ac_loading {
	background:#FFFFFF url(indicator.gif) no-repeat scroll right center;
}

.over {
	background:#CFDDFA none repeat scroll 0 0;
	width:95%;
}