.wFormWebPage {
     background-color: #ffffff;
}

.wFormContainer {
     background-color: #ffffff;
     color: #001d52;
     border-color: #003591;
     background-position: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     border-width: 5px;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     -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: #ffffff;
     color: #001d52;
     border-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
}

.wFormContainer a {
     color: #cb4e0b;
}

.wForm fieldset {
     color: #001d52;
     border-color: #003591;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm legend {
     color: #3c4a54;
}

.wForm .postField {
     color: #001d52;
}

.wForm textarea {
     background-color: #FFFFFF;
}

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

.wFormContainer .errMsg {
     color: #d47624;
}

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

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

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

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     background-color: #cb4e0b;
     color: #ffffff;
     border-color: #cb4e0b;
}

.wForm .oneField {
     color: #001d52;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm legend, .wForm h4 {
     background-color: #ffffff;
     color: #001d52;
     border-color: #003591;
     border-style: solid;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .preField, .wForm .inlineLabel {
     color: #001d52;
     font-family: Arial, Arial, Helvetica, sans-serif;
     background-color: #ffffff;
     border-color: #ffffff;
     border-style: solid;
}

.wForm .field-hint {
     color: #cb4e0b;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     color: #003591;
     border-color: #001d52;
}

.wForm #wfTabNav {
     background-color: #ffffff;
}

.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 .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);
}

