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

.wFormContainer {
     background-color: #edecc0;
     color: #301010;
     border-color: #64a7d0;
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     font-family: 'Times New Roman', Times, 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);
}

.wFormTitle {
     background-color: #debb3e;
     color: #170202;
     border-color: #0a1147;
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     font-weight: bold;
     letter-spacing: 0.05em;
     text-align: center;
     font-style: inherit;
     border-style: solid;
     font-size: 20px;
}

.wFormContainer a {
     color: #0a5987;
}

.wForm fieldset {
     color: #300e0e;
     border-color: #64a7d0;
     border-width: 2px;
     border-style: solid;
     margin: 0 auto;
}

.wForm legend {
     color: #94292b;
}

.wForm .postField {
     color: #301010;
}

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

.wFormContainer .errMsg {
     color: #c9363b;
}

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

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

.wFormContainer .supportInfo a:link {
     color: #94292b;
}

.wForm .primaryAction, .wForm .secondaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
     border-width: 1px;
     border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.3) rgba(0,0,0,0.8) rgba(0,0,0,0.3);
     border-radius: 5px;
     background-image: -moz-linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
     background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPageNextButton, .wForm .wfPagePreviousButton {
     background-image: linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .primaryAction:hover, .wForm .secondaryAction:hover, .wForm .wfPagePreviousButton:hover, .wForm .wfPageNextButton:hover {
     border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.9) rgba(0,0,0,0.7);
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #d6bb08;
}

.wForm legend, .wForm h4 {
     color: #e0c810;
}

