#AutocompleteChoices {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  margin-left:-200px;
  padding:0px;
  z-index:10;
}
#AutocompleteChoices ul{
  list-style-type:none;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  width:835px;
}
#AutocompleteChoices ul li.selected{
	background-color: #6D7B8D;
	border:1px solid black;
}
#AutocompleteChoices ul li{
  list-style-type:none;
  display:block;
  margin:0;
  padding:1px;
  height:20px;
  cursor:pointer;
  text-align:left;
}