.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
}

.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:3000px;
	height:3000px;
}

.ac_results li {
    clear:both;
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_results li p{
   float:left;
   margin:0;
   padding:0;
}
.ac_results li span{
   margin:0;
   padding:0;
   float:right;
   font-size: 12px;
   color:green;
}
.ac_loading {
	background : Window url('/images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* ËÑË÷*/
.search{
	width:350px;
	height:37px;
	overflow: hidden;
	float:left;
	margin: 30px 0 0 230px;
}
.search_lr {
	width:10px;
	height:37px;
	float:left;
	background: #3399FF;
}
.search_mid {
	width:300px;
	height:37px;
	background: #3399FF;
	float:left;
}
.search_input {
  width: 240px;
	height: 24px;
	color: #555;
	padding: 6px 4px 0 4px;
	margin: -2px;
	font-size: 14px;
	border: 0px solid #B5B8C8;
	background: #FFF url('/images/text_bg.gif') repeat-x;
	 }
.search_i {
     width: 240px;
	 height:24px;
	 float:left;
	 margin: 6px 0 0 2px;
	 overflow: hidden;
	 border: 1px solid #2590FB;
	 background: #fff;
	 }
.search_b {
	 height:18px;
	 float:left;
	 margin: 11px 0 0 6px;
	 overflow: hidden;
	 }
