#suggest{
	position:fixed;
	background:#fff;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#suggest div{
	background:#fff;
	color:#000;
	padding-left:4px;
	text-align:left;
	top:10%;
	left:10%;
	}

#suggest div.over{
	color:white;
	background:#3366CC;
	font-weight:bold;
	}
