    #placelist {
      width: 550px;
    }

    #search {
      margin-bottom: 5px;
    }

    #searchform {
      width : 100%;
    }

    #map {
      border: 1px solid #979797;
      height: 350px;
      width: 550px;
	z-index:1;
    }

    #results {
      position: absolute;
      left: 440px;
    }

    #searchwell {
      width : 550px;
    }

    #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://www.google.com/mapfiles/icon.png");
      background-repeat: no-repeat;
      background-position: top left;
    }
