.ac_results {
	padding: 0px;
	border: 3px solid #ff3a3b;/*WindowFrame;*/
	background-color: Window;
	overflow: auto;
	overflow-x:hidden;
	height:320px;
	width:400px;
}

.ac_results ul {
	width:420px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	height:320px;
}

.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:100%;
	height:320px;
}

.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:180px;
	
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width:424px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
}

.ac_results_no {
	margin: 0px;
	padding-top:4px;
    padding-bottom:4px;
    padding-left:0px;
    padding-right:10px;
	cursor:  auto;
	display: block;
	width: 100%;
	height:23px;
	line-height:23px;
	font: menu;
	font-size: 13px;
	overflow: hidden;
	text-align:left;
	background-color: #A5A5A5;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #f5f5f5;
	/*color: HighlightText;*/
	/*color:#f5f5f5;*/
	font-weight:blod;
}

.ac_over_no {
	background-color: #e8e8e8;
	/*color: HighlightText;*/
}
