.wForm input[type=button], .wForm input[type=submit] {
     background-color: #000000;
     color: #ffffff;
     border-radius: 5px;
     border-style: none;
     border-width: 0px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.wFormTitle {
     font-size: 75px;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: inherit;
     border-radius: px;
     font-style: inherit;
     border-width: px;
     color: #666666;
}

.wForm .oneField {
     font-weight: inherit;
     border-radius: 0px;
     border-width: 0px;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm fieldset {
     border-radius: 23px;
     border-style: ridge;
     border-width: 1px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: inset;
     border-width: 1px;
     font-weight: inherit;
}

.wForm .field-hint {
     font-weight: inherit;
}

.wForm .label.reqMark:after {
     font-size: 18px;
}

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

