div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    position: absolute;   
    background-color: white;
    overflow: auto;
    height: auto;
		max-height:450x;
    width:auto;
    overflow-X:auto;
    overflow-Y:visible;
    min-Width:200px;
    z-Index: 2000;
		text-align:left;
		padding:0;	

}

div.suggestions div {
    cursor: default;
    padding: 3px;
		margin-top:1px;
		background-color:#F2f9Fe; 
		border-bottom: 1px solid #fff;
		color:#1977B1;
}

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

  

