div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid black;*/
	border: 3px solid white;
    position: absolute;
	background: #CED55E;
	z-index: 1000;
}

div.suggestions div {
	font-size: .7em;
	cursor: hand;
	padding: 5px;
}

div.suggestions div.current {
    background-color: #3366cc;
	background: #E8EBB3;
	color: #000000;
	text-align: left;
	padding: 5px;
	cursor: hand;
}
