@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	border: 1px dotted #CCCCCC;
	background-color: #F8F8F8;
	height: 100px;
	overflow:auto;
	display:none;
	/* for the width*/
	width: 100px;
	/* end */
	/*margin: 0px;*/
	cursor: pointer;
	/*untuk menset alpha*/
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:#000!important; 

}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	/* background-color: #ADF5FC !important; */
	background-color:#75BAFF !important;
}

.iframeSuggest
{
	position: inherit;
	z-index: 1010;
	

}
