	body {
		font-family: Helvetica;
		font-size: 11px;
	}
	
	h3 {
		margin: 0px;
		padding: 0px;	
	}

	.suggestionsBox {
		position: relative;
		left: -17px;
		top: 5px;
		margin: 0px 0px 0px 5px;
		width: 480px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #838383;	
		color: #fff;
}
	
	.suggestionList {
		margin: 0px 0px 0px 5px;
		padding: 0px;
		font-size: 18px;
		font-weight: bold;
		text-align-last: left;
}
	
	.suggestionList li {
		
		margin: 0px 0px 0px 5px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #000000;
	}