.ac_results {
	padding: 3px;
	margin-top: -1px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	color: #999999;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_results li + li {
	border-top: 1px solid #CCCCCC;
}
.ac_loading {
	background: #eee;
}
.ac_over {
	background-color: #CCCCCC;
	color: #000000;
}
.staly {
	color: #129005;
	font-weight: bold;
}