div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;   
	z-index: 100;
    padding: 1px;
	width: 15px;
    background: #FFFF99;
    border: 1px dotted #000;
    text-align: left;
    font: 11px Verdana, Arial, sans-serif;

}

div.suggestions div {
    cursor: hand;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}