.wFormContainer {
     background-color: #34b5d9;
     font-family: inherit;
     border-style: solid;
     border-width: 3px;
     color: #ffffff;
     margin: 0 auto;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     -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);
     font-size: 13px;
     line-height: 150%;
}

.wForm .preField, .wForm .inlineLabel {
     border-style: none;
     font-family: inherit;
}

.wFormWebPage {
     background-repeat: repeat;
}

.wFormTitle {
     color: #ffffff;
     font-family: inherit;
     font-weight: bold;
     text-align: center;
}

.wForm fieldset {
     border-color: #ffffff;
     border-style: solid;
     border-radius: 9px;
     border-width: 2px;
     margin: 0 auto;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     font-family: inherit;
}

.wForm .oneField {
     border-color: #ffffff;
     border-style: none;
     border-radius: 22px;
     font-family: inherit;
     text-align: left;
}

.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;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #33aad9;
     font-weight: inherit;
     font-family: inherit;
}

.wForm .postField {
     border-style: none;
     font-family: inherit;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #33aad9;
     border-color: #ffffff;
     border-style: solid;
     border-radius: 5px;
     color: #ffffff;
     font-family: inherit;
}

.wForm .field-hint {
     background-color: #33a7d9;
     border-style: none;
     border-width: px;
     border-radius: 5px;
     font-family: inherit;
}

.wForm .wfTab {
     color: #ffffff;
     border-style: none;
     border-width: 4px;
     border-radius: 0px;
}

.wForm .wfTabCurrentPage {
     color: #6464ff;
     font-weight: bold;
     font-size: px;
     padding: px;
     margin: px;
     height: px;
     border-style: none;
}

.wForm legend, .wForm h4 {
     font-family: inherit;
     font-size: 14px;
}

.wForm .field-hint-inactive {
     font-family: inherit;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: inherit;
}

.wForm #wfTabNav {
     font-family: inherit;
}

.wForm .wfTabSep {
     padding: 1px 4px;
     font-weight: inherit;
}

