/* contact.css */

#ContactBox table tr td {
  border: none;
}

#ContactBox h1 {
  margin-top: 0;
}

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

#ContactBox .required {
  color: red;
}

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

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

#SendedBox {
  width: 608px
}