/* contact.css */

.Contact {
  text-align: justify;
  padding-top: 10px;
  color: white;
  font-size: 12px;
}
.Contact .header {
  font-weight: bold;
}
.Contact .AutoForm {
  padding: 10px;
  width: 400px;
}
.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;
  font-size: 12px;
  text-align: justify;
  color: white;
  font-weight: bold;
}

#MainContent .agencyInfos {
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  color: #606060;
}
