﻿div.form {
    background: #fefefe;
    border: solid 1px #00813d;
    padding: 1px;
}
div.form table.table {
    width: 100%;
}
div.form table.table td.td, .form_tr td {
    background: #fff;
    border: solid 1px #c6c6c6;
    margin: 1px;
    padding: 3px;
}
div.form table.table td.req {
    background: #fff;
    border: solid 1px #c6c6c6;
    font-weight: bold;
    margin: 1px;
    padding: 3px;
}
div.form table.table thead td.td, .form_head_tr th {
    background: #f3de8b;
    border: solid 1px #c68d3b;
    font-weight: bold;
    margin: 1px;
    padding: 3px;
}
div.form table.table tfoot td.td, .form_foot_tr td {
    text-align: right;
}
.form_pager_tr td a {
    color: #000;
}
