div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: white;
    border: 1px solid black;
    position: absolute;   
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: left;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    border-bottom: 1px dashed #CCE9A9;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}