div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
	font-family: Tahoma, Verdana, Arial;  
     font-size: 13px;   
    background-color: #4A566E;
    color: #ffffff;
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
	font-family: Tahoma, Verdana, Arial;  
     font-size: 13px;   
    background-color: darkred;
    color: yellow;
}