/* zoneAutocompletion */

/* div#container { width:600px; margin:100px auto; padding:25px; border:1px solid #bbb; font: verdana,arial,sans-serif; color:#fff; background:#2193bd; position:relative; height:400px; }
 */
.suggestionsBox {
		position: absolute;
		/* left: 30px; */
		left:280px;
		/* z-index:99; */
		margin: 15px 0px 0px 0px;
		/* width: 200px; */
		width: 300px; 
		/* background-color: #212427; */
		background-color: #f3f3f3;
		
		/* -moz-border-radius: 7px;
		-webkit-border-radius: 7px; */
		border: 1px solid #b658a0;	
		color: #000000;
}

.suggestionsBox a {
	text-decoration:none;
}




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

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

.suggestionList li:hover {
	background-color: #fadbfd;
	color:#b658a0;
}