div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid black;
    position: absolute;  
     
}

div.suggestions div
{
    cursor: default;
    padding: 2px 3px 2px 3px;
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    width: 220px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}