

	.suggestionsBox {
		position: absolute;
		background-color: #ffffff;
		left: 550;
		margin: 5px 0px 0px 0px;
		width: 300px;

		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 0px 0px;
		padding: 0px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	
	ul{
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
	}
	
.tooltip { 
position:relative;
} 
.tooltip span { 
position:absolute;
left:-999em; 
} 
.tooltip:hover span, .tooltip:focus span {
position: absolute;
		background-color: #212427;
		left: 90;
		margin: 5px 0px 0px 0px;
		width: 400px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;


}
