.wFormContainer {
     background-color: #f7f5f6;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #777777;
     height: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     height: 25px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #777777;
     font-weight: bold;
}

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

.wForm .field-hint-inactive {
     font-family: inherit;
}

