.acInput {
    margin: 0px;
	width: 130px;
    font-family:Tahoma;
    font-size: 9px;
    background-color: #2B0D6F;
    color: white;
    font-weight: bolder;
    border-style: none;
    padding-left: 3px;
}

.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #2B0D6F;
	overflow: auto;
    height: 100px;
    font-family: Tahoma;
    font-size: 10px;

}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 1px 2px;
	cursor: pointer;
	display: block;
	font-size: 9px;
    font-family: Tahoma;
    background-color: #2B0D6F;
    color: white;
    font-weight: bold;

	overflow: hidden;
}

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

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