.wFormWebPage {
     background-color: #00379c;
}

.wFormTitle {
     border-style: solid;
     color: #00379c;
}

.wFormContainer {
     color: #00379c;
     font-family: Tahoma, Geneva, sans-serif;
     border-color: #ffffff;
     border-style: solid;
     background-repeat: repeat;
     -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;
     font-size: 16px;
}

.wForm legend, .wForm h4 {
     border-radius: 0px;
     color: #00379c;
     background-color: #ffffff;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 20px;
     font-weight: bold;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     color: #00379c;
}

.wForm .label.reqMark:after {
     font-size: 20px;
}

.wForm .field-hint {
     color: #00379c;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-radius: 0px;
     border-style: none;
     border-width: 0px;
     background-color: #00379c;
     color: #ffffff;
}

.wForm .preField, .wForm .inlineLabel {
     color: #00379c;
}

.wForm .oneField {
     color: #00379c;
}

