.input {
  border: 1px solid #aaa;
  background: #fff;
}

.input:hover {
  background: #eeeeee;
}

.button {
  border: 1px solid #aaa;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #2c2961;
}

.button:hover {
  background: #eef;
}

label {
  display: block;
  width: 70px;
  float: left;
  margin: 2px 4px 6px 4px;
  text-align: right;
}

br {
    clear: left;
}
