.ac_results {
	padding: 0px;
	border: 2px solid #8BBF00;
	background-color: #ffffff;
    height:220px;
    width:250px;
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: auto;
    font-family:"helvetica neue",helvetica,arial,sans-serif;
    font-color:#333333;
    font-weight:normal;
    z-index:6;
    white-space: pre-wrap; /* CSS2.1 compliant */
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
    width:90%;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #8BBF00;
    color: #ffffff;
}
