.wFormContainer {
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     color: #170c4d;
     font-weight: inherit;
}

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: 0 auto;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     background-repeat: repeat-y;
     font-size: 22px;
     text-align: center;
     border-style: none;
     color: #0b073d;
}

.wForm .postField {
     font-family: Georgia, serif;
     border-style: none;
     background-repeat: repeat;
     font-weight: inherit;
     text-align: left;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #10083b;
     color: #ffffff;
     background-repeat: repeat;
     border-style: none;
}

.wFormWebPage {
     background-color: #f4f2fc;
}

.wForm form .errFld {
     background-color: #ffffff;
     border-color: #ffffff;
     border-style: solid;
}

.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 {
     background-color: #dfe2e6;
     border-style: none;
     border-radius: 10px;
     border-width: 0px;
}

.wForm .field-hint {
     background-repeat: repeat-y;
     border-style: ridge;
}

.wForm #wfTabNav {
     background-repeat: repeat;
}

.wForm .wfTab {
     background-repeat: repeat;
}

.wForm .wfTabCurrentPage {
     background-repeat: repeat;
}

