body{
    background: #98BADC;
}

.font_bold25{
    font-size: 25px;
    font-weight: bold;    
}
 
.required{
    color: red;
}

.txt_input_small{
    width: 80px;
}

.txt_input_medium{
    width: 310px;
}

.txt_input_large{
    width: 400px;
}

#frm_order Label{
    display: inline-block;
    width: 100px;
}

.div_table{
    display: table;
}

.div_row{
    display: table-cell;
}

.div_software_selection{
    margin-left: 10px;
}

.div_software_selection p{
    margin: 5px;
}
