  .title {
    text-align: center;
  }
  
  #pagewrap>div {
    float: left;
    width: 49%;
  }
  
/* Map View */
        
        #map_canvas { height: 380px; border: solid thin black; }
        
        
/* Directions */
        #directions {
          float: none;
          width: 100% !important;
        }
  .ac_results li img {
	float: left;
	margin-right: 5px;
}
  
/* Addresses */
        
        #addresses { color: #990000; }
        
			
            .address-panel {
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              
              background-color: #FFCC33;
              
              overflow: auto;
			  float:left;
              
              padding: 4px 10px;
			  color: #333;
            }
			
			.address-panel label{
				font-weight:bold;
				padding:0;
			}
			.address-panel h2{
			color: #990000;
			margin: 5px 0 0 0;
			}
                .address-panel>form>div {
                  margin-bottom: 10px;
                }
            
                  .address-form-column {
                    float: left;
                  }
                
                    .address-panel label {
                      display: block;
                    }
                    .address-panel input, .address-panel select { width:330px; margin-right:5px; }
                      .address-panel #street {  }
                      .address-panel #state { }
                      .address-panel .button {  text-align: right; float:left; }
