
	.ac_results {
		border: 1px solid #3B5998;
		background-color: #FFFFFF;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		width:296px;
	}

	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #333333;
		text-align: left;
		border:1px solid #F7F7F7;
	}

	.ac_over {
		cursor: pointer;
		background-color: #D9DFEA;

	}

	.ac_match {
	    background-color: #D9DFEA;
		text-decoration: none;
		color: #333333;
		font-weight:bold;
	}

.ac_input {
	width: 200px;
}
.ac_input_100 {
	width: 100px;
}
.ac_input_200 {
	width: 200px;
}
.ac_input_300 {
	width: 300px;
}
.ac_input_400 {
	width: 400px;
}

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

.ac_results ul {
	width: 100%;
	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:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 11px;
	overflow: hidden;
}

.ac_results li span {font-size: 9px;}
.ac_results li b {padding-left: 10px; color:red}
.ac_results li div {background-color: lemonchiffon}
.ac_loading {
	background : url('/img/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


