#searchField {
	width:268px;
}
#results {
	border:2px solid #DF5900;
	border-top:1px solid #DF5900;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
	width:268px !important;
}

#results div {
    padding: 3px;
    width:263px;
    text-align:left;
}
#results div a{
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	color:#333;
}
#results .selected {
	background-color: #A5CC7A;
	width:263px;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}
