.wFormWebPage {
     background-color: #undefined;
     background-image: none;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     border-style: none;
     background-repeat: repeat-x;
     font-size: 20px;
     font-weight: bold;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     background-color: #ffffff;
     color: #000000;
     border-style: none;
}

.wFormContainer a {
     color: #00788a;
}

.wForm legend, .wForm h4 {
     background-color: #00788a;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #ffffff;
     font-size: 18px;
     text-align: inherit;
     background-repeat: repeat;
}

.wForm fieldset {
     color: #000000;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #f2f2f2;
     border-color: #2b623b;
     border-style: solid;
     border-width: 2px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #ffffff;
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     font-size: 14px;
     text-align: left;
     color: #000000;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ff0000;
     font-size: 14px;
}

.wForm form .errFld {
     border-style: solid;
     border-color: #000000;
}

.wForm #wfTabNav {
     color: #00788a;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 16px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .field-hint {
     font-family: Arial, Arial, Helvetica, sans-serif;
     background-color: #f2f2f2;
     color: #ff0000;
     border-color: #2b623b;
     border-style: solid;
     border-width: 1px;
}

