.form-header {
  padding: 1px 4px;
  background-color: #a6c226;
}

dl.contact-form {
  margin: 10px 15%;
}

dl.contact-form dt {
  font-weight: bold;
}

dl.contact-form dd {
  margin: 0;
}

input#name, input#surname, input#address, textarea#message, input#phone, input#cellphone, input#email
, input#licence, input#birthday {
  border: 1px solid #a6c226;
}

input#name, input#surname, input#address, textarea#message {
  width: 100%;
  _width: 330px;
}

input#phone, input#cellphone, input#email, input#licence, input#birthday {
  width: 50%;
  _width: 160px;
}


