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

.wFormContainer {
     font-size: 18px;
     font-family: Georgia, serif;
     background-color: #ffffff;
     margin: px;
     padding: 0 30px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: 22px;
     background-color: #70b84a;
     color: #ffffff;
     border-width: 0px;
     border-style: solid;
     padding: 15px 40px;
     border-radius: 17px;
}

.wForm legend, .wForm h4 {
     font-weight: inherit;
     color: #84b36b;
     font-size: px;
}

.wForm fieldset {
     border-style: solid;
     border-width: 1px;
     border-color: #ebebeb;
     padding: 20px;
     border-radius: 14px;
}

.wForm .field-hint {
     background-color: #fff1d3;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 5px;
}

.wFormTitle {
     font-size: 30px;
     font-weight: inherit;
     text-align: center;
}

.wForm .label.reqMark:after {
     font-size: 25px;
}

