.hideSuggestClass{
	border: 1px solid #999999;
	background-color: #e5e6e7;
	/*height: 100px;*/
	overflow:auto;
	display:none;
	width: 240px;
	padding:5px;
	margin: 0px;
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	text-align: left;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
	text-align: left;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #e5e6e7 !important;
	color: #000000;
	text-align: left;
}

.iframeSuggest
{
	z-index: 1010;
	filter:alpha(opacity:0.1);
	text-align: left;
}
