/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	font-family:Arial;
	font-size:10px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	height: 232px;
	overflow: auto;
	display:none;
	width: 250px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	color: #003580;
}

.showSuggestClass .hideSuggestClass{
	display: block;
	margin:0px;
	padding:0px;
}

.showSuggestClass .hoverSuggestClass{
	background-color:#CCCCFF;
}

.iframeSuggest {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}



