.wFormWebPage {
     background-repeat: repeat;
     background-image: none;
     background-color: #fc0000;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     background-color: #fc0000;
     color: #ffffff;
     padding: px;
     border-width: 0px;
     border-style: none;
     margin: px;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     font-weight: bold;
     font-style: inherit;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     padding: 10px;
     margin: 0 0 1em 0;
     text-align: center;
     font-size: 16px;
}

.wForm .primaryAction {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPagePreviousButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPageNextButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wFormContainer a {
     color: #ffffff;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
}

.wForm fieldset {
     border-color: #36455e;
     color: #36455e;
     border-width: 2px;
     border-style: solid;
     margin: -2px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #36455e;
     font-size: 16px;
}

.wForm .postField {
     color: #36455e;
}

.wForm form .errFld {
     border-color: #FFBBBB;
     border-style: solid;
     border-width: 1px;
}

.wFormContainer .errMsg {
     color: #CC3333;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #0a2a5e;
}

.wForm .field-hint-inactive {
     color: #cccccc;
}

.wFormContainer .supportInfo a:link {
     color: #454545;
}

