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

.wFormContainer {
     background-color: #eef6ff;
     color: #36455e;
     border-color: #36455e;
     border-width: 3px;
     border-style: solid;
     margin: -3px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     padding: 40px;
}

.wFormContainer a {
     color: #3061b0;
}

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

.wForm legend {
     color: #36455e;
}

.wFormContainer .errFld {
     border-color: #de7225;
}

.wFormContainer .errMsg {
     color: #de7225;
}

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

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

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

.wFormTitle {
     font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
     font-weight: bold;
     text-align: center;
     background-color: #3c9091;
     color: #ffffff;
     padding: 4px;
     margin: 0 0 30px 0;
}

.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;
}

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

.wForm .postField {
     font-style: italic;
}

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

.wFormContainer h3.wFormTitle {
     background-color: #3d5275;
}

