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

.wFormContainer {
     background-color: #ede5be;
     color: #cc6135;
     border-color: #ccc256;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.wFormContainer a {
     color: #6e6726;
}

.wForm fieldset {
     border: #913026;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #913026;
}

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

.wFormContainer .errMsg {
     color: #9e8f0c;
}

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

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

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

.wForm .postField {
     font-size: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 12px;
}

.wFormContainer .wForm .hintsTooltip .field-hint, .wForm .hintsSide .field-hint {
     font-size: px;
}

.wFormTitle {
     font-family: Georgia, Georgia, serif;
}

