form label{
  float: left;
  width: 120px;
  font-weight: bold;
}

form input, textarea{
  width: 350px;
  margin-bottom: 5px;
}

form textarea{
  width: 354px;
  height: 150px;
}

form .boxes{
  width: 1em;
}

form #submit-button{
  float: right;
  margin-right: 40px;
  margin-top: 5px;
  width: 90px;
}

form br{
  clear: left;
}