
	
	
	h3 {
		margin: 0px;
		padding: 0px;	
	}

	.suggestionsBox { 
		position: absolute;
		left:390px; top:108px;
		
		width: 220px;
		background-color: #83A0E1;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #000;	
		color: #fff;
		  
	}
	
	.suggestionList {
		margin: 2px;
		padding: 0px;
	}
	
	.suggestionList li {
	margin: 0px 0px 5px 0px;
	padding: 1px;
	cursor: pointer;
	list-style-type: none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
