.location{
  margin: 0 30px 0 19px;
  padding-top: 20px;
}
.location h1{
  margin-left: 0;
}
.formmodule-location{
  width: 301px;
  height: 246px;
  background: url('../images/location_aside_bg.png');
  padding:0 20px;
}
.formmodule-location input[type="submit"]{
  background: url('../images/search_button.png');
  width: 87px;
  height: 27px;
  line-height: 20px;
  color: #FFF;
  border: 0;
  padding: 2px 0 5px 18px;
  text-align: left;
  font-weight: bold;
}
.form-group-show{
  margin-top: 30px;
  text-align: right;
}

#map{
  margin-left: 20px;
  float: left;
  width: 570px;
  height: 500px;
  box-shadow: 0 0 4px #CCC;
}