#banner {
  background-image: url(../images/contact.jpg);
}

input[type="text"].form-control {
  border-radius: 0;
  box-shadow: none;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #eee;
}

textarea.form-control {
  border: 1px solid #eee;
  border-radius: 0;
}

#contactBox p {
  margin-bottom: 20px;
}

#sub {
  display: none;
}

label {
  font-weight: 200;
  font-size: 1.1em;
  color: #aaa;
}

#enquiryForm .row > div {
  margin-bottom: 20px;
}


