div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
	background-color: #D7E4EB;
    position: absolute;
	z-index: 100;
}

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

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