div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
	background-color: #ffffff;
	height:10em;
	overflow:scroll;
	
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
	height:10;
	overflow:auto;
	
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
	height:10;
	overflow:auto;
	
}