div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;
    background-color: #fff;   
}

div.suggestionsBox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;
    background-color: #fff;   
    left:200px;
    top:400px;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    text-align:left;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
    text-align:left;
}