	h3 {
		margin: 0px;
		padding: 0px;	
	}

	.suggestionsBox, 	.suggestionsBox1 {
		position: absolute;
		margin: 0px 0px 0px 0px;
		margin-top: 45px;
		z-index:9999;
		margin-left: 10px;
		width: 570px;
		background-color: #ccc;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #999;	
		color: #000;
	}

	.suggestionsBox1 {
		margin-top: 10px;
		z-index:3;
		margin-left: 100px;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		margin: 2px;
		padding: 3px;
		width: 170px;
		float: left;
		cursor: pointer;
		list-style-type:none;
		border-bottom:#000 1px dotted;
	}
	
	.suggestionList li:hover {
		background-color: #999;
	}