<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow-x: hidden;
	max-height: 300px;
	max-width : 600px;
	min-width : 235px;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:300px;
	height:600px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	float: none !important;/*莉冶ｦ∫ｴ�縺ｮ蠖ｱ髻ｿ蜿励￠縺ｪ縺�ｈ縺�↓險ｭ螳�*/
}

.ac_loading {
	background : Window url('/img2/common/loading.gif') right center no-repeat;
	/* Webkit */
	background: url(/img2/common/loading.gif) right center no-repeat,
	-webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#FFFFFF)) !important;
         
	/* Firefox */
	background:url(/img2/common/loading.gif) right center no-repeat,
	-moz-linear-gradient(top,#F7F7F7,#FFFFFF) !important;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
</pre></body></html>