.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: medium;
     border-style: solid;
     border-width: 1px;
     margin: 0 auto;
     color: #000000;
     border-color: #000000;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #6fadc5;
     font-size: x-large;
}

.wFormContainer a {
     color: #197199;
}

.wForm fieldset {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     border-color: #000000;
     border-width: 1px;
     margin: 0 auto;
     font-size: small;
}

.wForm .preField, .wForm .inlineLabel {
     color: #333333;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: small;
}

.wForm .postField {
     color: #333333;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: small;
     border-color: #ffffff;
     border-style: none;
}

.wFormContainer .wForm .hintsTooltip .field-hint, .wForm .hintsSide .field-hint {
     color: #333333;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: small;
     background-color: #fabb4d;
}

.wForm .field-hint-inactive {
     color: #333333;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: small;
}

.wFormContainer .errMsg {
     color: #333333;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: small;
}

.wForm legend {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #afb65c;
     font-size: large;
     border-style: none;
}

.wForm legend, .wForm h4 {
     color: #ff9900;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-size: small;
}

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

