div.suggestions
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	color: #264909;
	z-index: 999;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Verdana;
	position: absolute;
	top: 0px;
	background-color: #faf991;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.suggestions div
{
	padding-right: 3px;
	padding-left: 3px;
	z-index: 999;
	padding-bottom: 0px;
	cursor: default;
	padding-top: 0px;
	top: 0px;
	background-color: #faf991;
	width:400px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
