div.suggestions
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 999999;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	position: absolute;
	background-color: white;
	font-family: Arial;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 88%;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    color: black;
}

div.suggestions div.current {
    background-color: black;
    color: white;
}
