div.suggestions {
	position: absolute;
	color: #333333;
	background-color: #ffffff;
	font-family: Arial, Verdana;
	width: 250px;
	text-align: left;
	border-right: solid 1px #969696;
	border-bottom: solid 1px #969696;
	border-left: solid 1px #969696;
	z-index: 20;
}

div.suggestions div {
	font-family: Arial, Verdana;
	left: 10px;
	line-height: 16px;
	cursor: hand;
}

div.suggestions div.current {
	font-family: Arial, Verdana;
	left: 10px;
	background-color: #5772b6;
	color: #ffffff;
}
