/* CSS Document */
/* CSS for forms */
label {
  float: left;
  margin-right: .5em;
  width: 100px;
}

form br {
  clear: left;
}
