.wFormWebPage {
     background-color: #ffffff;
     background-repeat: no-repeat;
}

.wFormContainer {
     font-family: Verdana, Geneva, sans-serif;
     color: #303030;
     font-size: 14px;
     border-style: none;
     border-width: 0px;
}

.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bold;
     font-size: 20px;
}

.wFormWebPage div.wFormContainer {
     background-color: #ffffff;
     border-color: #0b5570;
     border-style: solid;
     border-width: 6px;
}

.wForm textarea {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm .oneField input {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.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: inherit;
     color: #000000;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

.wForm legend {
     font-weight: bold;
     color: #222c38;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 14px;
     border-style: none;
     text-align: left;
}

.wForm .postField {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

.wForm .hintsSide .field-hint {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

.wForm .field-hint-inactive {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

.wFormContainer .errMsg {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     border-color: #000000;
}

