fieldset.fieldset_approve_reject {
    border: 5px solid #ddd !important;
    margin: 10px;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    padding-left: 22px !important;
    padding-right: 22px !important;
    width: 100%;
}

legend.legend_approve_reject {
    /*font-size: 14px;*/
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #8bc34a;;
    margin-top: 20px;
    font-size: 16px;
    color: black;
    width: 100%;
}

textarea.textarea_style {
border:solid 2px;
}
div.txtarea_text {
font-weight: bold;
}



.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 3px;
    font-size: medium;
}
.divTableCelloth, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 130px;
    font-size: medium;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.bkcolor {
   background-color: aliceblue;       
}