.wFormWebPage {
     background-color: #00788a;
     background-repeat: repeat;
}

.wFormContainer {
     background-color: #ffffff;
     border-color: #e67a27;
     color: #282828;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     border-width: 5px;
     font-size: 16px;
}

.wFormTitle {
     color: #00788a;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: x-large;
     border-style: solid;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     color: #00788a;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm fieldset {
     background-color: #dce7e7;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     border-color: #e67a27;
     font-weight: inherit;
     font-size: large;
     color: #000000;
     text-align: left;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #000000;
     background-color: #cccccc;
     border-color: #999999;
     border-style: solid;
     border-width: 1px;
}

.wForm .oneField {
     color: #282828;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 12px;
     border-style: groove;
     border-width: 2px;
     border-radius: 2px;
     background-position: px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-style: inherit;
     font-size: 16px;
     border-style: none;
     font-weight: inherit;
     color: #282828;
     background-color: #dce7e7;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     font-size: X-LARGE;
     font-weight: bold;
     border-style: solid;
     background-color: #00788a;
     border-color: #e67a27;
     border-width: 2px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     font-size: large;
     font-weight: inherit;
     border-style: solid;
     border-color: #e67a27;
     border-width: 1px;
     background-color: #ffffff;
     color: #000000;
}

.wForm .field-hint {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     font-size: x-large;
     border-style: none;
     background-color: #f70a0a;
     font-weight: bold;
}

.wForm .label.reqMark:after {
     font-size: large;
     color: #e67a27;
}

