body{
  font-family: sans-serif;
}

button {
  background-color: #d84a38;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  margin: 5px 0 5px 0;
  height: 40px;
  width: 99px;
  padding: 5px 5px 5px 5px;
}

input#submit {
  background-color: #d84a38;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  margin: 5px 0 5px 0;
  height: 40px;
  width: 99px;
  padding: 5px 5px 5px 5px;
}

input#submit[disabled] {
  background-color: gray;
}

select {
  height: 2em;
}

span {
  display: inline-block;
  width: 8em;
  margin-bottom: 0.8em;
}