﻿/* ==== GENERAL STYLES ==== */
.redText {
    color:#f00;
}
        
.tbError {
    background-color:#fff;
}
        
.tbSuccess {
    background-color:#B8F5B1;
}

.formLabel {
	margin-top:1em;
}
        
.resultSuccess {
	color:#009000;
	font-weight:bold;
	font-size:16pt;
	font-family: Arial, Sans-Serif;
}
        
.resultFail {
    color:#f00;
    font-weight:bold;
}

#pnl_Form table td  {
    padding: 0 1em;
}

#pnl_Form table td label {
    font-size:10pt;
}