#newsletter-form label {
  display: block;
  float: left;
  width: 100px;
}
#name, #email-address, #telephone, #country {
  width: 300px;
  clear: none;
}
#process {
  margin-left: 100px;
}
#newsletter-form div {
  margin: 5px 0;
}
