

#results {
	border: 1px solid #666;
        background: white;
	font-size: 12px;
	font-family: arial;
	padding: 0px;
	display: none;
        margin-top: 1px;
           overflow-y: auto;
           max-height: 500px;
}

#results li {
    /* border-bottom: 1px solid #666;  */
    padding: 3px;
    background: none;
}

#results .selected {
	background-color: #d4ffcc;
	color: black;
        cursor: pointer;
}

#results .unselected {
	background-color: #fff;
	color: black;
}
