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

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #ffffff;
     color: #373c3f;
     border-color: #4f6c61;
     border-style: solid;
     border-width: 4px;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     text-align: center;
     color: #586164;
     border-color: #4f6c61;
     border-style: solid;
}

.wForm .field-hint {
     font-size: 14px;
     font-style: inherit;
     color: #050505;
}

.wForm .oneField {
     font-size: 14px;
}

.wForm fieldset {
     font-size: 12px;
     color: #0e0f0f;
     border-color: #4f6c61;
     border-style: solid;
}

.wForm legend, .wForm h4 {
     font-size: 14px;
     font-weight: bold;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-size: 12px;
}

.wForm .postField {
     font-size: 12px;
     color: #618077;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: 12px;
     color: #ffffff;
     background-color: #4f6c61;
     border-color: #7aaa64;
     border-style: solid;
     border-width: 1px;
}

.wFormContainer a {
     color: #4181ba;
}

.wForm legend {
     color: #618077;
}

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

.wFormContainer .errMsg {
     color: #f19181;
}

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

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

.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 .field-hint-inactive {
     color: #050505;
}

