div.suggestions {
	position: absolute;
	width: 200px;
	padding-left: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
	background-color: #ffffff;
	border-right: solid 1px #969696;
	border-bottom: solid 1px #969696;
	border-left: solid 1px #969696;
	line-height: 100%;
	cursor: pointer;
	}

div.suggestions div.current {
	color: #ffffff;
	background-color: #333333;
}

