.filterbox{
  width:300;
  border-color: black;
  border-width: 1pt;
}
.sugwin{
  width:298;
  visibility: hidden;
  border-style: solid;
  border-color: black;
  border-width: 1pt;
}
.sugline{
  font-family:arial,sans-serif;
  font-size: x-small;
  background-color: white;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.suglineselected{
  font-family:arial,sans-serif;
  font-size: x-small;
  background-color: highlight;
  width: 100%;
}

