.wFormWebPage {
     background-color: #0d325e;
}

.wFormContainer {
     background-color: #f5f5c7;
     color: #3b3130;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: solid;
     border-color: #dbaa60;
     border-width: 3px;
     margin: -3px;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     -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);
}

.wFormContainer a {
     color: #343369;
}

.wForm fieldset {
     border-color: #87ac9d;
     border-width: 2px;
     border-style: solid;
     margin: -2px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend {
     color: #6b140c;
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm fieldset fieldset {
     border-color: #87ac9d;
}

.wForm fieldset fieldset legend {
     color: #d48077;
}

.wForm textarea {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     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;
}

.wFormContainer .errFld {
     border-color: #d48077;
}

.wFormContainer .errMsg {
     color: #d48077;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #1b195e;
}

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

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

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .oneField input {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     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 .primaryAction {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPagePreviousButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPageNextButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

