div.suggestions {
    background-color: #ffffff;
	color:#444444;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
	font-weight:bold;
	width:270px;
	max-height:400px;
	height:expression(this.scrollHeight>499?"400px":"auto");
	overflow:hidden;
	background:#ffffff;
position: absolute;
    padding: 2px 2px;
}

div.suggestions div {
    cursor: default;
    padding: 2px 2px;
	z-index:5;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
