.wFormTitle {
     background-color: #undefined;
     color: #d32225;
     font-size: 32px;
     width: 700px;
     font-family: inherit;
}

.wFormContainer {
     color: #05213f;
     width: 750px;
     font-size: 18px;
     font-family: inherit;
     height: px;
     padding: 0px;
     margin: 0px;
}

.wFormContainer a {
     color: #2795b6;
}

.wForm legend, .wForm h4 {
     color: #05213f;
     font-size: 18px;
     margin: 0px;
     width: 700px;
     height: px;
}

.wForm fieldset {
     color: #05213f;
     width: 700px;
     margin: 0px;
     padding: px;
     height: px;
}

.wForm .oneField {
     color: #05213f;
     border-style: solid;
     width: 700px;
     padding: px;
     border-radius: 0px;
     margin: 0px;
}

.wForm .preField, .wForm .inlineLabel {
     color: #05213f;
     font-size: px;
     margin: 0px;
     width: 700px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-color: #05213f;
     border-style: solid;
     color: #6d6e70;
     font-size: 16px;
     padding: 7px;
     margin: 0px;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: px;
     padding: px;
     border-style: solid;
     border-radius: 14px;
     margin: px;
     border-color: #d32225;
     color: #ffffff;
     background-color: #d32225;
}

.wForm .postField {
     padding: px;
}

.wForm form .errFld {
     border-style: none;
     background-color: #e9f4f7;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #d32225;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

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

