#searchform label, #searchform input {
  margin: 3px 0;
}
#searchform select {
  width: 256px;
}
#searchform label span {
  font-size: 80%;
  line-height: 1.2em;
}
#location_fields {
  float: left;
  padding: 0 0 0 12em;
  width: 375px;
}
#by_range, #by_city, #by_province {
  display: none;
}

.aw {
  width: auto;
}

#searchdetails th {
  text-align: left;
  white-space: nowrap;
}
#searchdetails .wlhi {
  background: yellow;
}

#searchresults table {
  width: 100%;
}
#searchresults th {
  text-align: left;
}

#bottom_progress {
  padding: 0 4px;
  display: none;
  margin: 1em 0 0;
}
#bottom_progress img {
  vertical-align: middle;
  margin: 0.5em;
}

