form.tetraform fieldset {
  margin-bottom: 10px;
  border: 1px solid #316F81;
}
form.tetraform legend {
  padding: 0 2px 0 10px;
  font-weight: bold;
  font-size: 14px;
  color: #3B6E7D;
}
form.tetraform label {
  line-height: 1.8;
  vertical-align: top;
  width: 140px;
  float: left;
}
form.tetraform input {
    width: 280px;
}
form.tetraform textarea {
    width: 280px;
    height: 120px;
}
form.tetraform fieldset ol {
  margin: 0;
  padding: 0;
}
form.tetraform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.tetraform2 fieldset {
  margin-left: 10px;
  margin-right: 20px;
  border: 1px solid #030e5d;
}
form.tetraform2 legend {
  padding: 0 2px 0 10px;
  font-weight: bold;
  font-size: 14px;
  color: #000099;
}
form.tetraform2 label {
  line-height: 1.8;
  vertical-align: top;
  width: 165px;
  float: left;
}
form.tetraform2 input {
    width: 280px;
}
form.tetraform2 textarea {
    width: 280px;
    height: 120px;
}
form.tetraform2 fieldset ol {
  margin: 0px;
  padding: 0px;
}
form.tetraform2 fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0px;
  border: 1px solid white;
  background: #FFFFFF;
}
