input#suggest {
	margin: 10px;
}
div.suggest-list {
	z-index: 99;
	position: absolute;
	left: 0;
	top: 40px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff;
	padding: 15px 45px 10px 15px;
	overflow: visible;
	white-space: nowrap !important;
}
div.suggest-list p strong {
	padding: 2px 5px;
	background: #e8f496;
}
div.suggest-list p.no-results, div.suggest-list a.suggest-list-more {
	font-style: italic;
	margin: 1em 0 0.5em 1em;
	display: block;
}
div.suggest-list a.suggest-list-close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 5px;
	height: 20px;
	width: 20px;
	border: 0px solid #ccc;
	color: #f00;
	background: url('../images/close_small.png') center center no-repeat #fff;
}
div.suggest-list a.suggest-list-close em {
	visibility: hidden !important;
}
div.suggest-list a:hover {
	text-decoration: none !important;
	border: 0px solid #999;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
div.suggest-list ul {
	display: block;
}
div.suggest-list ul, div.suggest-list ul li {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
div.suggest-list ul li h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 8px 0 5px 0;
}
div.suggest-list ul li a {
	display: block;
	padding: 3px 0 3px 5px;
	border-bottom: 1px dotted #eee;
}
div.suggest-list ul li a:hover {
	border: 0 !important;
	border-bottom: 1px solid #eee !important;
}