.ac_results {
    padding: 0;
    border: 3px solid #cacaca;
    background-color: white;
    overflow: hidden;
    z-index: 99;
    text-align: left;
    -moz-border-radius: 7px;
  	-webkit-border-radius: 7px;
  	-khtml-border-radius: 7px;
  	border-radius: 7px;
  	-webkit-box-shadow: inset 0px 0px 0px 1px #a0a0a0;
	-moz-box-shadow: inset 0px 0px 0px 1px #a0a0a0;
	box-shadow: inset 0px 0px 0px 1px #a0a0a0;
}

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

.ac_results li {
    margin: 0px;
    padding: 5px 5px;
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    -moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	border-radius: 3px;
}

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

.ac_odd {
}

.ac_over {
    background-color: #cae1ff;
    color: 222222;
}

.ac_input {
    width: 246px;
}
