body, label, input {
    font: 12px/1.5em 'open_sansregular',arial,sans-serif;
}
fieldset, fieldset label, fieldset input {
    line-height: 1.3em;
}

table {
    font-size: 12px;
    line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr {
  margin-top: -10px;
  margin-bottom: 2.5em;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
p {
  margin-bottom: 1.5em;
}
ul.list li {
  margin-bottom: .65em;
}
.title {
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
}

legend {
    font-size: 1.4em !important;
}

span.required {
  color:#F00;
  border:none !important;
}

.invalid {
    border: 2px solid #B94A48 !important;
}

.indent {
    padding-left:20px;
    padding-right:20px;
}