.wFormWebPage {
     background-repeat: no-repeat;
     background-position: top center;
}

.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 24px;
     padding: px;
     color: #007f7d;
     margin: px;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #333333;
     border-style: none;
     padding: px;
}

.wFormContainer a {
     color: #007f7d;
}

.wForm legend, .wForm h4 {
     color: #007f7d;
     font-size: 18px;
     border-radius: 0px;
     border-style: none;
}

.wForm fieldset {
     border-color: #29ccc9;
     border-style: solid;
     border-width: 1px;
     margin: 20px 0px 0px 0px;
     border-radius: 0px;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-weight: bold;
     padding: 3px;
}

.wForm .postField {
     border-style: none;
     padding: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-style: none;
}

.wForm .field-hint {
     font-style: italic;
     color: #007f7d;
     font-weight: inherit;
}

.wForm .field-hint-inactive {
     color: #007f7d;
     font-style: italic;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     margin: px;
}

