#placelist {
  width: 500px;
  z-index: 2;
}

#search {
  margin-bottom: 5px;
}

#localMap {
  border: 1px solid #979797;
  height: 350px;
  width: 350px;
}

#placelist a:link {
      color: #0000cc;
    }

#placelist a:active {
      color: red;
    }

#placelist a:visited {
      color: #551a8b;
    }

#search h1 {
      font-size: x-large;
      margin: 0;
      margin-bottom: 0.25em;
    }
#search p {
      margin-top: 0;
      margin-bottom: 1em;
    }

#search form {
      margin: 0;
      padding: 0;
    }

#results {
  position: absolute;
  left: 440px;
}

#searchwell {
  width : 350px;
}

#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: 10px;
  padding-top: 3px;
  background-image: url("http://www.google.com/mapfiles/icon.png");
  background-repeat: no-repeat;
  background-position: top left;
}