.wFormContainer {
     border-width: 0;
}

.wForm fieldset {
     border-width: 0;
}

.wFormWebPage div.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     width: 530px;
     padding: 0px;
     margin: 0px;
     font-weight: bold;
     font-size: 12px;
     border-color: #ff33a0;
     border-style: none;
}

.wFormContainer h3.wFormTitle {
     font-family: Georgia, serif;
     font-style: italic;
     color: #ff33a0;
}

.wForm legend {
     font-family: Georgia, serif;
     font-weight: bold;
     font-style: italic;
     font-size: 16px;
     color: #ff33a0;
     text-align: inherit;
     border-style: none;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 12px;
     font-family: inherit;
     border-color: #ff33a0;
     border-style: none;
}

.wFormContainer .wForm fieldset {
     font-family: inherit;
}

.wFormContainer .errMsg {
     color: #ad0000;
}

.wFormContainer .errFld {
     border-style: dotted;
     border-color: #ad0000;
     border-width: 1px;
}

.wFormWebPage div.wFormContainer a {
     color: #ff33a0;
}

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

.wFormContainer .wForm .hintsTooltip .field-hint, .wForm .hintsSide .field-hint {
     font-family: inherit;
     color: #898989;
     border-color: #525252;
     border-style: none;
     background-color: #ffffcc;
}

.wForm .field-hint-inactive {
     font-family: inherit;
     color: #ffffff;
     background-color: #ffffff;
     border-color: #ffffff;
     border-style: solid;
}

