/*Form*/
body {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 90%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  resize: vertical;
}

input[type=submit] {
  background-color: #632b2b;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #4b4c4d;
}

input[type=reset] {
  background-color: #632b2b;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type=reset]:hover {
  background-color: #4b4c4d;
}

.container2 {
  border-radius: 0px;
  background-color: #888888;
  padding: 7px;
}

/*Map*/
.mapouter {
  position: relative;
  text-align: right;
  padding: 30px;
   /*height:700px;
  width:700px;*/
}

.gmap_canvas {
  overflow:hidden;
  background:none !important;
  height:600px;
  width:600px;}