.wFormContainer {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 14px;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     border-style: none;
     color: #636466;
}

.wForm legend, .wForm h4 {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 14px;
     border-style: none;
     border-color: #008bd0;
     border-width: 2px;
     border-radius: 0px;
     color: #0060af;
     font-weight: bold;
}

.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 30px;
     border-style: solid;
     color: #0060af;
}

.wForm fieldset {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 14px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-style: solid;
     border-color: #008bd0;
     color: #636466;
}

.wForm .oneField {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     color: #636466;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     color: #636466;
     border-style: none;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     color: #636466;
}

.wForm .postField {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     color: #636466;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
     color: #636466;
}

.wForm .field-hint {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 10px;
     color: #636466;
}

.wForm .field-hint-inactive {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 10px;
     border-style: none;
     color: #636466;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Verdana, Geneva, sans-serif;
}

.wForm #wfTabNav {
     font-family: Verdana, Geneva, sans-serif;
     color: #008bd0;
}

.wForm .wfTab {
     font-family: Verdana, Geneva, sans-serif;
     color: #008bd0;
     border-style: solid;
}

.wForm .wfTabCurrentPage {
     font-family: Verdana, Geneva, sans-serif;
     color: #0060af;
}

.wForm .wfTabSep {
     font-family: Verdana, Geneva, sans-serif;
}

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

