ul.searchresultspopup {
	border: #aaaaaa 1px solid;
	border-radius: 4px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 99999!important;
	position: fixed;
	background-color: white;
	/*max-height:200px;*/
	border-collapse: separate;

    min-width: 250px;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 150px;
}

ul.searchresultspopup > li {
	cursor: pointer;
	padding-left: 8px;
	text-align: left;
	list-style: none;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.searchresultspopup li.selected, ul.searchresultspopup li:hover {
	background-color: rgb(150, 225, 129);
}