.input-group
{
  padding-top: 10px;
}
.text-input-short
{
  font-size: 110%;
  width: 200px;
}
.text-label
{
  font-size: 110%;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.text-input-long
{
  font-size: 110%;
  width: 400px;
}
.text-footnote
{
  font-size: 80%;
  color: #444444;
  padding-top: 5px;
  padding-left: 3px;
}
.text-error
{
  font-weight: bold;
  font-size: 100%;
  color: #f60;
}
