#autosuggest {
	position: relative;
	display: none;
	z-index: 99;
	top: 0;
	left: 203px;
	width: 195px;
	background-color:#ffffff;
	border: 1px solid #83bdcb;
	margin: -1px 0 0;
	padding: 0 5px;
}

#autosuggest li {
	padding: 0 5px;
	border-bottom: 1px dotted #e3e3e3;
}

#autosuggest li.last {
	border-bottom: 0;
}

#autosuggest li a {
	display: block;
	padding: 5px 0;
	color: #2a2a2a;
	text-decoration: none;
}

#autosuggest li a:hover {
	text-decoration: underline;
}
