.acInput {
	width: 245px;
}
.acResults {
	padding: 0px;
	border: 1px solid #999;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.acResults ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
        border:1px solid #ccc;
        border-top: 0px;
        background: #fff;
        box-shadow: 2px 2px 4px #ccc;
}

.acResults li {
	margin: 0px;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
        color:#999;
        border:0px;  font-weight: normal; padding: 8px;
}

.acResults li:hover {background: #435F78; color:#fff;text-decoration: underline}
.acResults em {
    text-decoration: underline;
    font-weight: bold;
}

.acLoading {
	background : url('indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
        text-decoration: underline;
}

