div.suggestions
{
    border: 1px solid black;
    position: absolute;
    background: #eeeeee;
    color: black;
	white-space: nowrap;
	z-index: 100;
}

div.suggestions div {
    background: #eeeeee;
    color: black;
    cursor: default;
    padding-left: 3px;
    padding-right: 3px;
	width:140px;
}

div.suggestions div.current {
    background: #303030;
    color: white;
	width:140px;
}