@charset "UTF-8";
.hideSuggestClass {
	background-color:#444;
	border:1px solid #666;
	height: 75px;
	overflow:auto;
	display:none;
	width: 278px;
	margin: 0px;
	font-size: 8pt;
	color:#FFF;
}
.showSuggestClass .hideSuggestClass {
	display: block !important;
}
.showSuggestClass .hoverSuggestClass {
	background-color: #999 !important;
	color:#000;
}
.iframeSuggest {
	position: absolute;
	z-index: 1010;
filter:alpha(opacity:0.1);
}
.list {
	padding: 4px;
	cursor: pointer;
}
#lookContIn {
	background-color: #081319;
	background-image: url(/images/search_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 48px;
	padding-left: 12px;
}
#lookCont #key { width:176px; margin-top: 12px; font-family: Georgia, "Times New Roman", Times, serif;}
#lookCont .hideSuggestClass {
	background-color:#081319;
	border:1px solid #081319;
	height: 123px;
	overflow:auto;
	display:none;
	width: 250px;
	font-size: 8pt;
	color:#FFF;
	margin-left: -12px;
	margin-top: 5px;
	overflow-x:hidden;
}
#lookCont .showSuggestClass .hideSuggestClass {
	display: block !important;
}
#lookCont .showSuggestClass .hoverSuggestClass {
	background-color: #940000 !important;
	color:#000;
}
#lookCont .iframeSuggest {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
#lookCont .list {
	padding: 4px;
	cursor: pointer;
}
#lookCont .list td, #lookCont .list a { 
	color:#FFF;
	font-size: 8pt;
}
.mselect_fs { position:relative; width: 180px; height:33px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfc1c2;
	border-right-color: #d8d8d9;
	border-bottom-color: #d8d8d9;
	border-left-color: #bfc1c2;
	background-image: url(/images/select_arrow.gif);
	background-repeat: no-repeat;
	background-position: 137px center;
	background-color: #DDDDDD;
	text-align:left;
}
.mselect_fs select { 
	filter:alpha(opacity:0); opacity:0; width: 180px; height:33px; position: absolute; top:0px; left:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.mselect_fs span {
	display:block;
	width: 130px;
	height:33px;
	line-height:33px;
	/*padding-right: 45px;*/
	padding-left: 5px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	text-align:left;
}
.mselect_fs.focused { 
	border-top-color: #9fb2be;
	border-right-color: #9fb2be;
	border-bottom-color: #a7bbc8;
	border-left-color: #a7bbc8;
	background-color:#c1d6e3;
}
.mselect_fs select option {
	padding-top: 7px;
	padding-bottom: 7px;
}
