/*
 * Generic form styling
 */

form.submit-enquiry div.form-row {
  width: 100%;
  float: left;
  margin: 0 0 6px 0;
  background: #D2F0FB;
}
form.submit-enquiry div.form-label {
  width: 34%;
  float: left;
  padding: 10px 7px 6px 3px;
  background: #D2F0FB;
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
}
form.submit-enquiry div.form-input {
  width: 61%;
  float: left;
  padding: 8px 0 8px 10px;
  border-left: 8px solid #CAE4ED;
  background: #f0f0f0;
}

form.submit-enquiry sup.required {
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 2px;
  font-size: 1.3em;
  font-weight: bold;
  color: #f00;
}
form.submit-enquiry input.sendform {
  margin-left: 106px;
}

div#collaboration-box {
  display: none;
}



/*
 * Captcha styling
 */
div.captcha {
  margin: 5px 0 5px 110px;
  padding: 3px;
  overflow: hidden;
}
div.captcha div.image {
  width: 110px;
  float: left;
}
div.captcha div.image img {
  border: 1px solid #aaa;
}
div.captcha div.inputfield {
  float: left;
  width: 350px;
}
label#captchalabel {
  width: 276px ;
}