.niceform {
  background: #DDD;
  border: solid 1px black;
  padding: 10px;
}

.niceform label {
  display: block;
  float: left;
}

.niceform input, .niceform textarea, .niceform select {
  background: #EEE;
  border: solid gray 1px;
}

.niceform input.button {
  border: outset gray 1px;
  background: #CCC;
  font-size: 12px;
  font-weight: bold;
}
