.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     border-color: #000000;
     border-style: solid;
     border-width: 23px;
     background-color: #ffffff;
     color: #666666;
     font-weight: inherit;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 22px;
     text-align: center;
     border-style: solid;
     border-width: 8px;
     border-radius: 0px;
     background-color: #000000;
     color: #ffffff;
     background-repeat: no-repeat;
     width: auto;
     height: auto;
     margin: auto;
     padding: auto;
     border-color: #000000;
}

.wForm fieldset {
     border-color: #ffdd00;
     border-style: solid;
     border-width: 3px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #878787;
     font-weight: inherit;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm .field-hint {
     font-size: 95%;
     background-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #666666;
}

.wForm .field-hint-inactive {
     font-size: 90%;
}

.wForm .label.reqMark:after {
     color: #ff0000;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ff0000;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm form .errFld {
     border-color: #ffc2c2;
     border-style: solid;
     border-width: 1px;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #666666;
     font-size: 13px;
}

.wForm legend, .wForm h4 {
     color: #005596;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 16px;
     border-style: none;
}

.wFormWebPage {
     background-image: url("//baa2.tfaforms.net/theme-editor/images/subtleStripe.png");
     background-color: #042a47;
     background-repeat: no-repeat;
}

.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 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #666666;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #666666;
     font-size: 12px;
     font-weight: inherit;
}

.wForm .postField {
     color: #666666;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 12px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #ffdd00;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     color: #00056c;
     border-style: solid;
     border-color: #005596;
     border-width: 1px;
     border-radius: 7px;
     font-weight: bold;
     width: 130px;
     height: 50px;
     background-repeat: no-repeat;
}

.wForm #wfTabNav {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormContainer a {
     color: #00056c;
}

.wForm textarea {
     background: #FFFFFF url(//baa2.tfaforms.net/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(//baa2.tfaforms.net/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;
}

