table.contactForm td {
  padding-right : 12px;
  padding-top   : 4px;
}

table.contactForm {
  margin-top    : 10px;
  margin-bottom : 10px;
}

.contactForm .input {
  width         : 280px;
}

.contactForm select.input {
  width         : 284px;
}

.contactForm textarea {
/* width: 408px; */
  height        : 150px;
  font-size     : 12px;
}

.contactForm #contactFormOrderNumber {
  width         : 60px;
}

.contactForm #subscribeToNewsletter {
  width         : 15px;
}

