.wFormContainer {
     border-width: 3px;
     border-style: solid;
     margin: -3px;
     -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;
     background-color: #ede6e4;
}

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

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

.wFormWebPage div.wFormContainer {
     background-color: #f5f0f0;
     border-style: groove;
     border-width: 2px;
}

.wFormContainer .wForm fieldset {
     border-color: #fff5f5;
     border-style: groove;
     border-width: 3px;
     background-color: #f5f0f0;
}

.wForm legend {
     background-color: #ebebeb;
     border-style: none;
     font-style: italic;
}

.wFormWebPage {
     background-color: #8a8a8a;
}

.wFormContainer h3.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: none;
     font-size: 24px;
     font-weight: inherit;
     font-style: italic;
}

.wForm .postField {
     border-style: none;
}

.wForm .field-hint-inactive {
     color: #c7c3c3;
     font-family: inherit;
}

.wFormContainer .errMsg {
     color: #a80303;
}

