	.ac_results {
        margin-top:-2px;
        padding: 0px;
        border: 1px solid #00b7f0;
        overflow: hidden;
        background-color: #FFFFFF;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        }
    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 12px;
        overflow: hidden;
        text-align:left;
        background: #F7F9FA;
        opacity: .95;
        position: relative;
        top: -12em;
        z-index: 99;
    }
    .ac_results li:hover {
    	background-color: #FFEDBC;
        color: black;
    }
    .ac_loading {
    background : #AFD2FD url('../images/loader.gif') right center no-repeat;
	}
	.ac_over {
    background: #FFEDBC !important;
    color: black;
    margin-top:0px;
    padding: 0px;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	}