*{
font-family:Arial;
}
#pagewrap {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
  background: white;
  
  overflow: auto;
  
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 900px;
}

  #pagewrap .title {
    text-align: center;
	font-size:18px;
  }
  #pagewrap	h2{
	font-size:18px;
	}
  #pagewrap>div {
    float: left;
    width: 49%;
  }
  
/* Map View */
        
        #map_canvas { height: 450px; border: solid thin black; }
        #map_canvas2 { height: 450px; border: solid thin black; }
        
/* Directions */
        #directions {
          float: none;
          width: 100% !important;
        }
		#map2all {
	left:6px;
	position:absolute;
	top:70px;
}	
  
  
/* Addresses */
        
        #addresses { color: white; }
        
            .address-panel {
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              
              background-color: #8FA96E;
              
              overflow: auto;
              
              margin: 0 auto;
              margin-bottom: 10px;
              padding: 10px;
              width: 90%;
			  font-size:12px;
            }
                .address-panel>form>div {
                  margin-bottom: 10px;
                }
            
                  .address-form-column {
                    float: left;
                  }
                
                    .address-panel label {
                      display: block;
                    }
                    .address-panel input, .address-panel select { margin-left: 5px; }
                      .address-panel #street { width: 95%; }
                      .address-panel #state { width: 80%; }
                      .address-panel .button { text-align: right; padding-top: 15px; clear: both; }
