@charset "utf-8";
/* CSS Document */
h3 {
	margin: 0px;
	padding: 0px;
}
.suggestionsBox {
	position:absolute;
	left:70px;
	top:10px;
	font-size:12px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
	z-index: 1000 !important; z-index: -1000;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover{
	background-color: #659CD8;
}

