@charset "UTF-8";
@import url("../www/sprystyle.css");











#spryautosuggest1  #text1 {
	margin-right: auto;
	margin-left: auto;
	width: 177px;
	float: right;
	clear: both;
}



/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	border: 1px solid #B8C7C6;
	background-color: white;
	height: 150px;
	overflow:auto;
	display:none;
	width: 165px;
	cursor: pointer;
	z-index: 1011;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
