label {
  padding:0;
  text-transform:uppercase;
  font-weight:normal;
}

input.text,
input.text-short,
input.text-long {
  width:180px;
  margin-bottom:1em;
  border:solid 1px #AAA;
}
input.text-short {width:100px;}
input.text-long {width:260px;}

textarea {
  height:12em;
  border:solid 1px #AAA;
  margin:0 0 1em;
}
