/*****  trubet holdings contact form  *****/


.input {
  width: 418px;
  margin: 20px 0 0 20px;
}

#content .input p {
  display: block;
  line-height: 20px;
  margin: 0 0 6px 0;
}

#content .input p.label {
  float: left;
  width: 75px;
  text-align: right;
  margin: 0 10px 6px 0;
}

#name, #email, #enquiry {
  width: 241px;
  color: #9598b2;
  font-size: 12px;
  font-family: "Trebuchet MS";
  border: 1px solid #4a516e;
  background: #000;
  padding: 0 0 0 5px;
}

#enquiry {
  margin: 0 0 6px 0;
}

.recaptcha {
  width: 318px;
  margin: 0 0 20px 50px;
}

#msgdiv {
  width: 318px;
  display: none;
  background: #000;
  border: 1px solid #4a516e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  margin: 10px 0 20px 0;
}

.sendReset {
  width: 318px;
  text-align: center;
  margin: 0 0 0 37px;
}

html>body .sendReset {
  margin: 0 0 0 50px;
}

.button {
  width: 70px;
  height: 22px;
  font-size: 12px;
  font-family: "Trebuchet MS";
  color: #000;
  margin: 0 5px 10px 5px;
}
