#map,.loading{
  position:relative;
  width:100%;
  height:420px;
}
.loading {
  background: url(loader.gif) center center no-repeat;
}
table{
  width:auto;
}
#gmapsearch {
  width:20em;
  color:#666;
}

#loader {
  display:none;
  background: url(loader-snake.gif) no-repeat;
  margin-top:10px;
  width:30px;
  height:30px;
}

form {
  margin:7px 0;
}

#addr {
  font-size:.9em;
  margin:0;
  line-height:1.5;
}

.small {
  font-size:.9em;
}

.ex {
  font-size:.75em;
  margin-bottom:10px;
}