.wFormContainer {
     border-style: solid;
     border-width: 1px;
}

.wForm legend, .wForm h4 {
     color: #0b4383;
     font-weight: bold;
     border-style: none;
     border-width: 0px;
}

.wForm fieldset {
     border-style: solid;
     border-width: 1px;
}

.wForm .oneField {
     font-family: inherit;
     font-size: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: inherit;
}

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

