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

.wFormTitle {
     border-style: solid;
     color: #00379c;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 0px;
}

.wFormContainer {
     color: #00379c;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     border-color: #ffffff;
     border-style: solid;
     background-repeat: repeat;
     background-color: #ffffff;
     font-size: px;
     border-width: 1px;
     margin: 0 auto;
     line-height: 150%;
     -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);
}

.wForm legend, .wForm h4 {
     border-radius: 0px;
     color: #00379c;
     background-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 23px;
     font-weight: bold;
     padding: 10px;
     margin: 0px;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 2px;
     color: #00379c;
     border-width: 1px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     margin: 20 auto;
}

.wForm .label.reqMark:after {
     font-size: 20px;
     color: #00379c;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     border-radius: 4px;
     border-style: none;
     border-width: 0px;
     background-color: #00379c;
     color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
}

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

.wForm .oneField {
     color: #1a4ba6;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 16px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

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

