div.suggestions {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
	position: absolute;
	background-color: #FFFFFF;
	color: #18425A;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
	white-space: nowrap;
}

div.suggestions div {
    cursor: default;
    padding: 2px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
