body {
    /*background-color: #faf9f3 !important;*/
}
input, select, textarea {
    border: 1px solid #327e04;
    border-top-left-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
form[name="user_form"] div, div.line, .dialog table tr.line td {
    border-bottom: 1px solid #327e04;
}
.list table th {
    color: #fff;
    border: 1px solid #327e04;
}
.list table td {
    border: 1px solid #327e04;
}
a, h1, h2 {
    color: #1e4e01;
}
.lform {
    padding: 12px;
    border: 1px solid #327e04;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}