/** format results after submitting to HTR **/
#resbox {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        padding: 7px;
        font-size: 13px;
        font-style: italic;
        background: #ffffff;
}

#defbox {
        border-top: 1px dashed #000000;
        border-bottom: 1px dashed #000000;
        border-left: 1px dashed #000000;
        border-right: 1px dashed #000000;
        padding: 5px;
        line-height: normal;
        font-family: Helvetica, sans-serif, Times New Roman;
        font-size: 11px;
        color: #000000;
        background: #edf4fa;
}

