.wFormTitle {
     font-size: 30px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #3b74b9;
     border-style: none;
}

.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     line-height: 150%;
     border-width: 1px;
     border-style: none;
     margin: 3px;
     width: 650px;
     padding: 0px;
     background-repeat: no-repeat;
}

.wForm legend {
     font-size: 18px;
}

.wForm fieldset {
     font-family: inherit;
     font-size: 13px;
     border-width: 1px;
     border-style: none;
     margin: 15px;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 13px;
}

.wForm .postField {
     font-size: 13px;
}

.wForm .hintsSide .field-hint {
     font-size: 10px;
}

.wForm .field-hint-inactive {
     font-size: 10px;
}

.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: 15px;
}

.wForm legend, .wForm h4 {
     font-size: 18px;
     height: 20px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-style: inherit;
     width: 600px;
     border-style: none;
     color: #3b74b9;
}

.wForm .oneField {
     font-size: 13px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-size: 13px;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-style: solid;
     border-color: #d9d9d9;
     border-width: 1px;
     border-radius: 6px;
}

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

