
/* search form font-size */
#search_form td, input, #contentM #REinfoM #search_form select {
  font-size:11px;
}

      div#wide_search_form {
        background-image: url(/realestate/inc/templates/images/bg_search.gif);
        background-repeat: no-repeat;
        padding: 3px 10px 2px 10px;
        height:65px;
        margin-bottom: 0px;
      }
      div#two_line_search_form {
        background-image: url(/realestate/inc/templates/images/bg_search_home.gif);
        background-repeat: no-repeat;
        padding:5px 10px 2px 10px;
        height:120px;
        margin-bottom: 0px;
      }
      #search_form table {
        color: black;
        border-spacing: 0px 0px;
        margin-bottom: 0px;
      }
      #search_form td {
        width: auto;
        font-weight: normal;
      }
      #search_form h2 {
        font-weight: bold;
        font-size: 16px;
        display: inline;
        color: #333;
        margin: 0;
        padding: 0;
      }
      #contentM #REinfoM #search_form select,  #search_form select {
        border: 1px solid silver;
        font-family: sans-serif;
        width: auto;
        font-weight: normal;
        font-size: 11px;
      }
      #search_form input {
        font-family: sans-serif;
        border: 1px solid silver;
        font-weight: normal;
        font-size: 11px;
        line-height: 15px;
      }
      #search_form input.submit {
        border: 0;
      }
      /* specific to two_line_search_form.php */
      .form_row1 {
        padding-bottom: 5px;
      }
      .form_row2 {
        padding-bottom: 5px;
      }
      .form_row3 {
        padding-bottom: 3px;
      }
      .form_row4 {
        padding-right:10px;
      }
      /* this is a hack. google names colide with blvd */
#map #copyright { border: none; width: 250px; color: #777; font-size: 10px; padding-top: 0px; text-align: center;  }
