.formTable {
    width: 100%;
    border-collapse: collapse;
}

.table_left,
.table_right {
    background-color: #f0f0e8;
    padding: 10px;
}

.table_left {
    width: 30%;
}

.submit-cell {
    background-color: #f0f0e8;
    text-align: center;
    padding: 15px;
}

.req-field {
    color: red;
}