div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: thin solid black;
    position: absolute;  
    z-index: 9999;  
    background-color:White;
    color:Black; 
    
    
}

div.suggestions div.notcurrent {
    cursor: default;
    padding: 0px 3px;
    white-space:nowrap;
    background-color:White;
    color:Black;
    z-index: 9998;    
}
div.suggestions div
{
    white-space:nowrap;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
    z-index: 9998;
    white-space:nowrap;
}