/* contact */

#ContactBox {
  min-height: 585px;
}

#ContactBox table tr td {
  border: none;
}

#ContactBox h1 {
  margin-top: 0;
}

#ContactBox .header {
  font-size: 12px;
  color: black;
}

#ContactBox .required,
#ContactBox .error {
  color: red;
}

#ContactBox p {
  font-size: 12px; 
}

#ContactBox a {
  color: black; 
}

#ContactBox .SubmitButton {
  padding-left: 230px;
  padding-top: 10px;
}

#SendedBox {
  width: 608px
}