.wFormWebPage {
     background-color: #913026;
     background-image: url("//www.tfaforms.com/theme-editor/images/targets.png");
     background-repeat: repeat;
}

.wFormContainer {
     background-color: #d1d1d1;
     color: #000000;
     border-color: #d40f08;
     border-width: 1px;
     border-style: solid;
     margin: -1px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wFormContainer a {
     color: #0a0302;
}

.wForm fieldset {
     border: #913026;
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #910505;
     font-weight: bold;
     font-size: 17px;
     background-repeat: repeat;
}

.wFormContainer .errFld {
     border-color: #9e8f0c;
}

.wFormContainer .errMsg {
     color: #CC3333;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #668f28;
}

.wForm .field-hint-inactive {
     color: #a7ba88;
}

.wFormContainer .supportInfo a:link {
     color: #913026;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
}

.wForm .postField {
     font-weight: inherit;
}

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

