.suggestionsBox {
	position: absolute;
	left: 50px;
	margin: -15px 0px 0px 0px;
	width: 300px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
	z-index: 1000;
}

.suggestionsBox p {
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

.suggestionList {
	margin: 0px 0px 10px 10px;
	padding: 0px 10px 0px 0px;
}

.suggestionList li {	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
}

.suggestionList li:hover {
	background-color: #659CDF;