#results {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 14px;
	padding: 0px;
	display: none;
	width:430px;
	z-index:150;
	margin:0 0 0 4px;
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px;
}

#results .selected {
	background-color: #666;
	color: #fff;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}

#results .highlightsearch {
	font-weight:bold;
}