.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     border-style: solid;
     color: #2dbdcd;
     background-color: #undefined;
     border-color: #ffffff;
     font-size: 20px;
     font-weight: bold;
}

.wFormContainer {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 16px;
     color: #080808;
     border-style: none;
}

.wFormContainer a {
     color: #ffffff;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 1.2;
}

.wForm legend, .wForm h4 {
     font-family: Verdana, Geneva, sans-serif;
     border-style: none;
     color: #503291;
     font-weight: inherit;
     font-size: 16px;
}

.wForm fieldset {
     border-color: #503291;
     border-style: solid;
     border-width: 2px;
     border-radius: 3px;
}

.wForm .oneField {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 14px;
}

.wForm .preField, .wForm .inlineLabel {
     height: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-width: 1px;
     border-style: solid;
     border-color: #808080;
     font-size: 14px;
     font-weight: inherit;
     text-align: left;
     padding: 3px;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Verdana, Geneva, sans-serif;
     border-width: 6px;
     background-color: #eb3c96;
     border-radius: 6px;
     border-color: #eb3c96;
     border-style: solid;
     color: #ffffff;
     font-size: 14px;
     font-weight: inherit;
}

.wForm .field-hint {
     font-size: 12px;
     font-family: Verdana, Geneva, sans-serif;
     color: #454545;
     margin: 2px;
}

.wForm .field-hint-inactive {
     font-size: 12px;
     margin: 2px;
     font-family: Verdana, Geneva, sans-serif;
     color: #454545;
     font-weight: inherit;
}

.wForm .label.reqMark:after {
     color: #eb3c96;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Verdana, Geneva, sans-serif;
     color: #e61e50;
     font-size: 12px;
     font-weight: bold;
}

.wForm textarea {
     width: px;
}

