.acInput {
	width: 200px;
}

.acResults {
    padding: 0px;
    border: 1px solid #6899b0;
    background-color: white;
    z-index: 99999;
    top: -3px;
    -moz-box-shadow: 0px 2px 20px #666;
    -webkit-box-shadow: 0px 2px 20px #666;
	overflow: hidden;
}

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

.acResults ul li {
    margin: 0px;
    padding: 7px 3px;
    cursor: pointer;
    display: block;
    /*
     if width will be 100% horizontal scrollbar will apear
     when scroll mode will be used
     */
    /*width: 100%;*/
    font-size: 12px;
    /*
     it is very important, if line-height not setted or setted
     in relative units scroll will be broken in firefox
     */
    line-height: 16px;
    overflow: hidden;
}

input.acLoading {
    color: firebrick !important;
    background-image: url(indicator.gif);
    background-position: 98% center;
    background-repeat: no-repeat !important;
}

.acResults li span.info {
    font-size: 11px;
    color: #666;
}

.acSelect, li.acSelect span.info {
	background-color: Highlight;
	color: HighlightText;
}
