.wFormContainer {
     font-family: Tahoma, Geneva, sans-serif;
     color: #adadad;
     border-style: solid;
     border-width: 1px;
     margin: 0 auto;
     text-align: justify;
     -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);
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #ffffff;
}

.wForm legend, .wForm h4 {
     font-family: Tahoma, Geneva, sans-serif;
     color: #adabad;
     border-color: #3379b7;
     border-style: none;
     text-align: center;
     border-width: 0px;
}

.wForm fieldset {
     font-family: Tahoma, Geneva, sans-serif;
     color: #1baec2;
     border-width: 2px;
     border-style: solid;
     margin: 0 auto;
     text-align: justify;
     border-radius: 14px;
}

.wForm .oneField {
     font-family: Tahoma, Geneva, sans-serif;
     color: #1baec2;
     border-radius: 0px;
     border-style: none;
     border-width: 0px;
     font-weight: inherit;
     font-style: inherit;
     text-align: justify;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Tahoma, Geneva, sans-serif;
     color: #1baec2;
     border-style: none;
     border-width: 0px;
     border-radius: 0px;
     text-align: justify;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
     border-width: 1px;
     border-color: #adadad;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: inherit;
     text-align: justify;
}

.wForm .postField {
     font-family: Tahoma, Geneva, sans-serif;
     color: #adadad;
     border-style: none;
     border-width: 0px;
     border-radius: 0px;
     text-align: justify;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Tahoma, Geneva, sans-serif;
     color: #ffffff;
     background-color: #f5b338;
     border-style: none;
     border-width: 2px;
     border-radius: 7px;
     font-size: 15px;
     background-position: '70px 70px', 'center';
     text-align: justify;
     background-repeat: repeat-x;
}

.wForm .field-hint {
     color: #1baec2;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     border-radius: 4px;
     border-width: 0px;
     border-style: none;
     text-align: inherit;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     text-align: justify;
}

.wFormTitle {
     color: #1baec2;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-radius: 0px;
     border-style: none;
     border-width: 0px;
     text-align: center;
     background-color: #fafafa;
}

.wForm .field-hint-inactive {
     font-weight: inherit;
     text-align: justify;
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .label.reqMark:after {
     color: #ff0000;
}

.wForm #wfTabNav {
     text-align: inherit;
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .wfTab {
     text-align: justify;
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .wfTabCurrentPage {
     text-align: justify;
     font-family: Tahoma, Geneva, sans-serif;
}

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

.wFormWebPage {
     background-color: #f2f2f2;
}

