.wFormContainer {
     border-width: 7px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     background-color: #eef6ff;
     color: #36455e;
     border-color: #36455e;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     border-style: solid;
}

.wForm fieldset {
     border-width: 1px;
     text-align: inherit;
     border-style: solid;
     border-color: #36455e;
     color: #36455e;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     font-size: 20px;
     background-color: #eef6ff;
     color: #36455e;
     background-repeat: no-repeat;
}

.wForm legend {
     font-weight: bold;
     font-size: 16px;
     text-align: left;
     border-style: none;
     font-style: inherit;
     color: #36455e;
}

.wForm .hintsSide .field-hint {
     text-align: left;
}

.wForm .field-hint-inactive {
     font-size: 12px;
     text-align: left;
     background-repeat: repeat;
     color: #cccccc;
}

.wForm .postField {
     font-weight: bold;
     color: #36455e;
}

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

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

.wFormContainer a {
     color: #3061b0;
}

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

.wFormContainer .errMsg {
     color: #de7225;
}

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

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

.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 input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

