div.suggestions {
	position: absolute;
	padding-left: 0;
	text-align: left;
	font-family: Verdana;
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	border-right: solid 1px #969696;
	border-bottom: solid 1px #969696;
	border-left: solid 1px #969696;
	line-height: 120%;
	cursor: pointer;
	}

div.suggestions div.current {
	color: #ffffff;
	background-color: #8877b1;
}
