div.suggestions {
    border: 1px solid black;
	font-size: 7.5pt; 
	font-style: normal;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
	display:block;
	background: #FFFFFF;
	background-color: #FFFFFF;
    position: absolute;
	white-space: nowrap;
	overflow : auto;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background: #E1F0F7;
	font-size: 7.5pt;
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
	overflow : auto;
}