#autocomplete_choices{
	background-color: white; 
	border: 1px solid black;
}

#autocomplete_choices ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#autocomplete_choices li{
	padding: 3px;
}


#autocomplete_choices li.selected{
	background-color: #FFFFCC;
}

label{
	font-weight: bold;
}


