.form_table {
    font-family: verdana, arial, tahome, helvetica;
    font-size: 11px;
}

.formfield_row {

}

.formfield_inputDscr, formfield_textDscr_long {
    font-size: inherit;
}

.formfield_inputInpt {
    width: 300px;
    font-size: inherit;
    background-color: #F1F1F1;
    border: solid 1px #707070;
    padding: 2px;
}

.formfield_mandatory_sign {

}

.formfield_textInpt {
    width: 270px;
    height: 120px;
    background-color: #F1F1F1;
    border: solid 1px #707070;
    padding: 2px;
}

.formfield_submitInpt {
    font-size: inherit;
    background-color: #F1F1F1;
    border: solid 1px #707070;
}
INPUT.formfield_submitDscr {
    font-size: inherit;

}