/* contact.css */

.Contact {
  text-align: justify;
  color: black;
  font-size: 12px;
}

.header{
  color: #474340;
  margin-left: 20px;
}

.Contact .AutoForm {
  width: 400px;
  padding: 10px 25px 50px 25px;
}

.Contact .AutoForm table {
  border-collapse: separate;
}
.Contact .AutoForm table tr td{
  padding: 2px 5px 2px 0;
}

.Contact .AutoForm .SubmitButton {
  text-align: center;
}

.error {
  color: red;
  font-weight: normal;
  font-size: 11px;
}

.required {
  color: red;
  font-size: 14px;
}

#SendedBox {
  padding-bottom: 200px;
  text-align: justify;
  color: #474340;
  margin-left: 20px;
}

.GoogleMap {
  float: right;
  margin: 0 10px;
}

.GoogleMap a {
  color: #474340;
  text-decoration: none;
}

.GoogleMap a:hover {
  text-decoration: underline;
}