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

.wFormContainer {
     color: #050505;
     background-color: #ffffff;
     border-color: #f0f0f0;
     border-style: solid;
     border-width: 1px;
     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);
     margin: 0 auto;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: inherit;
     border-width: 1px;
     background-repeat: no-repeat;
}

.wFormContainer a {
     color: #397d82;
}

.wForm fieldset {
     color: #000000;
     border-color: #000000;
     border-style: dotted;
     border-width: 1px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     margin: 0 auto;
}

.wForm legend {
     color: #3c4a54;
}

.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: #d42424;
     border-style: solid;
}

.wFormContainer .errMsg {
     color: #d47624;
}

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

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

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

.wForm input[type=button], .wForm input[type=submit] {
     border-color: #001e36;
     border-style: solid;
     background-color: #002a4e;
     color: #ffffff;
     border-width: 2px;
     text-align: center;
     border-radius: 3px;
}

.wForm .postField {
     color: #000000;
}

.wForm .oneField {
     font-weight: inherit;
     text-align: left;
}

