.wFormContainer {
     background-color: #feffe5;
     color: #544131;
     border-color: #f27922;
     border-style: solid;
     border-width: 10px;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormContainer a {
     color: #f47820;
}

.wForm fieldset {
     color: #618077;
     border-color: #f9cb8f;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm legend {
     color: #618077;
}

.wForm .postField {
     color: #618077;
}

.wForm textarea {
     background-color: #FFFFFF;
     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 input {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.wForm form .primaryAction {
     background-color: #FFFFFF;
     color: #000;
     border-color: #999 #999 #555 #999;
}

.wForm form .primaryAction:hover {
     color: #187db3;
     border-color: #666 #666 #222 #666;
}

.wForm form .secondaryAction {
     color: #000;
}

.wForm form .secondaryAction:hover {
     color: #f00;
}

.wForm form .errFld {
     border-color: #f19181;
}

.wFormContainer .errMsg {
     color: #f19181;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .field-hint {
     color: #6a95b0;
}

.wForm .field-hint-inactive {
     color: #000000;
     font-weight: inherit;
     font-style: italic;
}

.wFormContainer .supportInfo a:link {
     color: #6b786d;
}

.wFormTitle {
     border-style: none;
     text-align: center;
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 36px;
     color: #5b9cab;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #2f1e24;
     border-color: #2f1e24;
     border-style: solid;
     color: #ffffff;
     border-width: 1px;
}

.wFormWebPage {
     background-repeat: repeat;
     background-color: #5b9dad;
}

.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 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 .field-hint {
     color: #121413;
     font-size: 14px;
     font-weight: inherit;
     font-style: italic;
}

.wForm .preField, .wForm .inlineLabel {
     color: #1f1b1f;
}

