.content_body{
    background-color:#fff;
    min-height:900px;
    padding:20px;
    text-align:left;
    height:100%
}

.content_body .divider{
    margin-bottom:20px
}

.fmca_form .field_required{
    border:1px solid red
}
 .fmca_form fieldset{
    padding:10px
}
 .fmca_form label{
    color:#002f61
}
 .fmca_form .section_header:hover{
    text-decoration:none
}
 .fmca_form .section_header{
    font-size:16px;
    color:#014b9b;
    margin-bottom:10px;
    border-bottom:1px solid #aaa;
    padding-bottom:5px
}
 .fmca_form .input_block{
    margin-bottom:20px
}
 .fmca_form .asterisk{
    font-size:12px;
    color:red;
    margin-left:5px;
    margin-right:5px
}
 .fmca_form .field_required{
    border:1px solid red
}
 .fmca_form .field_note{
    margin:3px 0 0;
    padding:0;
    font-size:12px;
    color:#636363
}
 .fmca_form h3{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    text-align:left;
    font-size:18px
}
 .fmca_form h4{
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    color:#014b9b;
    text-align:left;
    font-size:16px
}