form table {
    border: 1px solid #ccc;
}
form table tr.even {
    background: #fff;
}
form table tr.odd {
    background: #edf3fe;
}
form table th {
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    color: #666;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 12px;
}
form table td {
    font-size: 12px;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
form table th span.description {
    font-size: 11px;
    color: #999;
}
.text {
    border: 1px solid #ccc;
    font-family: 'Arial';
    font-size: 12px;
    color: #333;
    padding: 2px;
}
input.small, select.small, textarea.small { width: 50px; }
input.medium, select.medium, textarea.medium { width: 200px; }
input.large, select.large, textarea.large { width: 400px; }
span.required {
    color: #f90;
}
span.fineprint {
    color: #999;
    font-size: 10px;
}
div.errors {
    background: url('../images/warning.png') 6px 3px no-repeat;
    background-color: #EF9398;
    border: 1px solid #DC5757;
    color: #333;
    padding-left: 42px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
}
