<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
     border-color: #ececec;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #454545;
     padding: 5px;
     margin: -2px;
     font-size: 14px;
     border-width: 2px;
}

.wForm .oneField {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #454545;
     font-size: 14px;
     font-weight: inherit;
}

.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     color: #474747;
     font-weight: bold;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #454545;
     font-size: 16px;
     border-style: solid;
     background-color: #ffffff;
     font-weight: bold;
     margin: 20px;
     border-width: 1px;
     border-radius: 8px;
     border-color: #b3b3b3;
     padding: 5px;
}

.wForm fieldset {
     background-color: #e6ebf0;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #454545;
     font-weight: bold;
     border-style: solid;
     border-width: 1px;
     border-color: #bdbdbd;
     border-radius: 9px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     font-size: 12px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 14px;
     width: 250px;
     font-weight: inherit;
     font-style: inherit;
     color: #616161;
}

.wForm .postField {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #454545;
     border-color: #363636;
     border-style: none;
     font-weight: inherit;
     font-size: 14px;
     font-style: inherit;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #63a61f;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     border-radius: 4px;
     width: 150px;
     height: 50px;
     border-style: none;
     font-size: 16px;
     font-weight: bold;
}

.wForm .field-hint {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #898989;
     font-size: 14px;
     font-weight: inherit;
     font-style: italic;
     background-color: #ffffff;
     padding: 5px;
     margin: 5px;
     border-style: groove;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 12px;
}

.wForm #wfTabNav {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #ffffff;
     font-size: 18px;
     background-color: #b4b4b4;
     padding: 5px;
     margin: px;
}

.wForm .wfTab {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #d2d2d2;
}

.wForm .wfTabCurrentPage {
     background-color: #454545;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #ffffff;
}

.wForm .wfTabSep {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     color: #b8b8b8;
}

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 18px;
     font-weight: bold;
     -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;
     color: #454545;
     background-color: #ffffff;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     width: px;
     height: 20px;
}

.wForm textarea {
     width: px;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wFormWebPage {
     background-image: url("//hrbexpat.tfaforms.net/theme-editor/images/subtleStripe.png");
}

.wForm .primaryAction, .wForm .secondaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
     border-width: 1px;
     border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.3) rgba(0,0,0,0.8) rgba(0,0,0,0.3);
     border-radius: 5px;
     background-image: -moz-linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
     background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPageNextButton, .wForm .wfPagePreviousButton {
     background-image: linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .primaryAction:hover, .wForm .secondaryAction:hover, .wForm .wfPagePreviousButton:hover, .wForm .wfPageNextButton:hover {
     border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.9) rgba(0,0,0,0.7);
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

</pre></body></html>