iframe {
	border:none;
	overflow: hidden;
}
.suggestionsBox {
	position: absolute;
	z-index:100009;
	margin-top: 0px;
	margin-left: 0px;
	width: 172px;
	height:auto;
	overflow: auto;
	background-color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #000;
	color: #000;
}

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

.suggestionList li {

	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

