.wFormWebPage {
     background-image: url("//www.tfaforms.com/theme-editor/images/dots.png");
     background-repeat: repeat;
     background-position: top center;
     background-color: #da2029;
}

.wFormContainer {
     padding: 100px 0px;
     border-style: none;
     font-family: Arial, Arial, Helvetica, sans-serif;
     background-color: #ffffff;
     color: #402a01;
     border-color: #addad7;
     background-image: url(//www.tfaforms.com/forms/get_image/185039/5524f9d2469e26fae82090ebd27db467-slow-food-usa-single-line.png);
     background-repeat: no-repeat;
     background-position: top center;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 15px;
}

.wFormTitle {
     background-color: #ffffff;
     color: #402a01;
     border-color: #addad7;
     background-repeat: no-repeat;
}

.wFormContainer a {
     color: #915573;
}

.wForm fieldset {
     color: #402a01;
     border-color: #addad7;
}

.wForm legend {
     color: #bf0a5e;
}

.wForm .postField {
     color: #402a01;
}

.wForm textarea {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.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: #82599c;
}

.wFormContainer .errMsg {
     color: #82599c;
}

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

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

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

.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;
}

