div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    position: absolute;   
    width:252px;
    background: #ffffff;
    z-index:100;
    font-size:16px;
    padding: 0px;
    margin: 0px;
}

* html div.suggestions {
    width:250px;
}


div.suggestions div {
    cursor: default;
    padding: 2px 2px;
}

div.suggestions div.current {
    background-color: #7777CC;
    color: white;
}
