#search {
  align: center;
  margin-bottom: 5px;
  padding-left: 0px;
  align: center;
}

#searchform {
  width : 100%;
}

#map {
  border: 1px solid #979797;
  height: 480px;
  width: 480px;
  right: 130px;
  left: 0px;
}

#results {
  align:center;
  padding-left: 100px;
  text-align: left;
}

#searchwell {
  width : 340px;
}

#searchwell .unselected {
  padding-left: 18px;
  padding-top: 1px;
  background-image: url("http://labs.google.com/ridefinder/images/mm_20_yellow.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.unselected .gs-watermark {
  display: none;
}

#searchwell .select {
  margin-bottom: 1em;
}

.unselected .select {
  cursor: pointer;
  text-decoration: underline;
  color: #7777cc;
}

#selected {
  margin-top: 1em;
}

#selected .gs-result {
  margin-bottom: 1em;
}

#selected .gs-result {
  padding-left: 30px;
  padding-top: 3px;
  background-image: url("http://labs.google.com/ridefinder/images/mm_20_green.png");
  background-repeat: no-repeat;
  background-position: top left;
}
