
.suggestionsBox {
	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:99;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
	z-index:99;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	z-index:99;
}

.suggestionList li:hover {
	background-color: #659CD8;
	z-index:99;
}
.box {
	position: absolute;
	height: 40px;
	width: 200px;
	
	border: 1px solid #AAD;
	text-align: left;
	font-size: 10px;
	z-index:90;
}
.handle {
	cursor: move;
	z-index:90;
}
.bar {
	background: #AAD;
	color:#000000;
}
.active {
	background-color: #CFC;
	border-color: #ADA;
}
.active .bar {
	background-color: #ADA;
}
.point {
	position: absolute;
	height: 4px;
	width: 4px; 
	margin: -2px 0 0 -2px;
	background: #A00;
}