div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1; 
    position: absolute;
    font: 9pt Verdana, Helvetica, Geneva, Geneva, Verdana, Chicago;
    background-color: #ffffff;  
    overflow: visible; width: 300;
	z-index:100

}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;	
	background-color: #ffffff; width: 300;
	font: 9pt Verdana, Arial, Helvetica, Geneva, Geneva, Verdana, Chicago;
	z-index:105;
	 overflow: visible;
}

div.suggestions div.current {
    background-color: #3366cc;
	font: 9pt Verdana, Arial, Helvetica, Geneva, Geneva, Verdana, Chicago;
    color: white;
	width: 300;
	z-index:102;  overflow: visible;
}