@charset "utf-8";
.ac_results {
	border: 1px solid #A0A0A0;
	font-size:12px;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	line-height:20px;
	display: none;
}

.ac_results li {
	display:block;
	padding:2px 5px;
	white-space: nowrap;
	color: #6F4A00;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #FFF7E1;
}

.ac_match {
	text-decoration: underline;
	color: red;
}