div.suggestions {
	position: absolute;
	color: #333333;
	background-color: #ffffff;
	font-family: Arial, Verdana;
	width: 222px;
	text-align: left;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
}

div.suggestions div {
	font-family: Arial, Verdana;
	left: 10px;
	line-height: 15px;
	font-size: 13px;
	cursor: hand;
}

div.suggestions div.current {
	font-family: Arial, Verdana;
	left: 10px;
	background-color: #702b3c;
	color: #ffffff;
}
