
th.formHeader
{
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 1.0em;
    
}
div.wpsca_form_errors
{
    color: red;
    text-align: left;
}

label.wpsca_form_error
{
    color: red;
}
input.wpsca_form_error{
    background-color: pink;
}
span.status_applied {
    color: orange;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_declined {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_active {
    color: green;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_confirmed {
    color: blue;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_approved {
    color: #abd;
    font-weight: bold;
    text-transform: uppercase;
}

.positiveMoney
{
    color: green;
    white-space: nowrap;
}
.negativeMoney{
    color: red;
    white-space: nowrap;
}

table.wpsca_terms_table
{
    text-align: left;
}

div.buttonsBar
{
    margin: 20px;
}
div.buttonsBar > a
{
    margin-left: 15px;
    margin-right: 15px;
}
div.accountSummaryBox > span
{
    margin-left: 15px;
    margin-right: 15px;
}

div.summaryPanel{
    font-size: 1.5em;
}
div.summaryPanelLine{
    margin: 10px;
}
div.summaryPanelLineLabel
{
    
}
div.summaryPanelLineValue
{
    float: left;
    width: 50px;
    font-weight: bold;
}
