
.smallHeader {
  font-weight: bold;
  height: 4em;
  vertical-align: bottom;
}
/* used on the divs that shouldn't show when the page is first loaded */
/* these are also hidden by javascript on form launch */
.hidden {
  display: none;

}

#btn_next, #btn_prev, #btn_displayAll
{
    border:solid 1px #7B7B7B;
    padding:5px;
    text-decoration:none;
    color:#013370;
    display:block;
}
#btn_next{ float:right; }
#btn_prev{ float:left; }

select, option {
    color:#000;
}

input, textarea {
  width: 170px;
}

.phone_prefix {
  width: 45px;
}

.phone_number {
  width: 120px;
}