.wFormTitle {
     font-size: x-large;
     border-style: double;
     border-width: px;
     border-color: #423dcc;
     color: #0a0a0a;
     background-color: #4d88d1;
}

.wFormWebPage {
     background-color: #81a3de;
}

.wForm legend {
     text-align: center;
     font-size: 16px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wFormContainer {
     background-color: #faf9e8;
     border-style: solid;
     border-width: px;
     border-color: #1616ab;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 13px;
     text-align: left;
     font-weight: inherit;
}

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

.wForm .postField {
     border-style: none;
}

.wForm fieldset {
     border-style: solid;
     border-width: 7px;
     border-color: #1913c4;
     font-family: inherit;
}

