    body {
      background-color: white;
      color: black;
      font-family: Verdana, Arial, sans-serif;
      font-size: small;
      margin: 5px;
    }

    a:link {
      color: #0000cc;
    }

    a:active {
      color: red;
    }

    p {
      margin-top: 0;
      margin-bottom: 1em;
    }

    form {
      margin: 0;
      padding: 0;
    }

    #search {
      margin-bottom: 5px;
      font-family: Verdana, Arial, sans-serif;
    }

    #map {
      border: 1px outset black;
      height: 400px;
      width: 500px;
    }

    #results {
      position: absolute;
      left: 10px;
      display: none;
    }

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

    .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;
    }

	div#header {
		border-top: 1px solid #ff9900;
		background-color: #ffeac0;
		padding: 3px;
		width:634px;
		font-size: 14px;
		color: #333333;
		margin-bottom: 4px;
	}
	div#footer {
		border-bottom: 1px solid #ff9900;
		background-color: #ffeac0;
		padding: 3px;
		width:634px;
		font-size: 12px;
		color: #333333;
		margin-top: 6px;
		margin-bottom: 6px;
	}

    
