#contato {
  width: 980px;
  margin: 0 auto;
  display: table;
  position: relative;
  margin-top: 15px;
}
fieldset {
  width: 288px;
  float: left;
  padding: 18px 20px;
  margin: 0;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: 1px solid #DDD;
}
label {
  font-weight: bold;
  font-size: 14px;
}
input, textarea {
  width: 100%;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #DDD;
  padding: 10px;
}
textarea {
  height: 88px;
}
input[type="submit"] {
  background-color: #283B63;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 250ms ease-out;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #283B63;
}
#contato-map {
  width: 639px;
  float: left;
  padding: 5px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  border: 1px solid #DDD;
  border-left-width: 0;
}
#mask {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
}
#email-aviso {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 14px;
  background-color: #6e6e6e;
  color: #fff;
}