.wFormWebPage {
     background-color: #71a828;
     background-image: url("//islandwood.tfaforms.net/theme-editor/images/flora.png");
     background-repeat: repeat;
}

.wFormContainer {
     background-color: #ffffff;
     color: #00610f;
     border-color: #073600;
     border-style: solid;
     border-width: 11px;
     font-family: Georgia, serif;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

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

.wFormContainer a {
     color: #007510;
}

.wForm fieldset {
     color: #403a00;
     border-color: #053600;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 13px;
     font-family: Georgia, serif;
     border-width: 5px;
     border-style: solid;
}

.wForm legend {
     color: #cc6135;
}

.wForm .postField {
     color: #29662c;
     font-family: Georgia, serif;
     border-width: 9px;
     border-style: none;
}

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

.wFormContainer .errMsg {
     color: #a89216;
}

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

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

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #103800;
     border-color: #003800;
     border-style: solid;
     color: #ffffff;
     border-width: 1px;
     font-family: Georgia, serif;
}

.wForm .oneField input {
     background: #FFFFFF;
     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 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 legend, .wForm h4 {
     font-family: Georgia, serif;
     color: #008015;
     border-color: #ffffff;
     border-style: solid;
}

.wForm .oneField {
     font-family: Georgia, serif;
     color: #00610b;
}

