.wFormWebPage {
     background-repeat: repeat;
     background-color: #0d2659;
     background-image: url("//www.tfaforms.com/theme-editor/images/subtleStripe.png");
}

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     color: #286129;
     padding: px;
     border-width: 3px;
     border-style: solid;
     margin: -3px;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     border-color: #002d66;
     background-color: #fcfcfc;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     padding: 10px;
     margin: 0 0 2em 0;
     color: #274a28;
     background-color: #fffbe6;
     text-align: center;
     font-size: 24px;
     border-color: #002d66;
}

.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: #4a4abf;
}

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

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: -2px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border-color: #002d66;
     color: #274a28;
     background-color: #ffffff;
}

.wForm legend {
     color: #475d8c;
     font-size: 16px;
     border-style: solid;
     border-color: #2e292e;
}

.wForm .postField {
     color: #274a28;
}

.wForm form .errFld {
     border-color: #c96c1a;
}

.wFormContainer .errMsg {
     color: #c96c1a;
}

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

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

.wFormContainer .supportInfo a:link {
     color: #9dcc06;
}

