.suggestions {
    border: 1px solid black;
	background: #FFFFEE;
    position: absolute; 
	margin: 0px 0px;  
	text-align :left;
	color: #222222;
	font-weight: 600;
}

.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
