.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 200px;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	font-size: 11px;
}

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

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

.suggest_list { clear: both; }
.suggest_list .item { width: 300px; clear: both; }
.suggest_list .item a.element { color: #7fba00; text-decoration: none; font-weight: bold; }
.suggest_list .item a.bdelete { text-transform: lowercase; background: url(/img/icon/delete.png) left center no-repeat; padding-left: 10px; text-decoration: underline; float: right; margin-top: 3px; margin-left: 7px; font-size: 9px; line-height: 12px; color: #990000; }

