#results {
	border:1px solid #555;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
	width:325px !important;
	z-index:100000;
	margin:19px 0 0 3px;
}

#results div {
    padding: 3px;
    width:319px;
    text-align:left;
    background:red;
}
#results div a{
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	color:#333;
}
#results .selected {
	background-color: #036ac6;
	width:319px;
	color:#FFFFFF !important;
}

#results .unselected {
	color: #666;
	background:#eaeaea;

}

