.wFormWebPage {
     background-color: #e2ddd6;
}

.wForm fieldset {
     border-color: #73bfbf;
     border-style: dotted;
     border-width: 1px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     background-color: #f5f5f5;
     margin: 0 auto;
}

.wFormContainer {
     border-style: solid;
     background-color: #ffffff;
     border-width: 3px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     margin: px;
     font-size: 13px;
     line-height: 150%;
     border-color: #37939b;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
}

.wForm .wfTabCurrentPage {
     border-color: #undefined;
     border-style: solid;
}

.wForm .label.reqMark:after {
     color: #37939b;
     font-size: 18px;
}

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

.wForm .oneField {
     border-width: 0px;
     text-align: left;
     width: px;
     margin: px;
}

.wForm .preField, .wForm .inlineLabel {
     width: px;
}

.wForm .postField {
     width: px;
     margin: px;
}

