.suggestionsBox {
	position: absolute;
	z-index: 100;
	width: 249px;
	margin: 0;
	padding: 2px;
	border: 1px solid #999;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
	text-align: left;
	color: #000;
	background-color: #FFF;
}
#suggestions {
	top: 77px;
	right: 10px;
}
#suggestions_2 {
	top: 22px;
	right: 0;
}
.suggestionList {
	margin: 0;
	padding: 0;
}
.suggestionList li {
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 2px 7px;
	border-bottom: 1px dotted #CCC;
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
.suggestionList li:hover {
	color: #FFF;
	background-color: #691E79;
}
