.wFormWebPage {
     background-color: #ffffff;
}

.wFormTitle {
     background-color: #ffffff;
     width: px;
     height: px;
     background-repeat: no-repeat;
     background-position: top right 30px;
     color: #dd1122;
     border-style: solid;
     border-width: 0px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: left;
     font-size: 28px;
}

.wFormContainer {
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #dd1122;
     color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     width: 150px;
     height: 40px;
     border-style: none;
     font-weight: bold;
}

.wForm .wfTabCurrentPage {
     background-color: #dd1122;
     color: #ffffff;
     font-weight: bold;
}

.wForm .wfTab {
     background-color: #d6d6d6;
     color: #8f8f8f;
}

.wForm .wfTabSep {
     color: #ffffff;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ff0000;
     font-style: italic;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

