.wFormContainer {
     border-color: #ffffff;
     color: #666666;
     font-weight: inherit;
     padding: 40px 60px;
     width: 100%;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm fieldset {
     color: #ed3705;
     border-style: none;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
     width: 100%;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #17a8e1;
     border-color: #17a8e1;
     border-style: solid;
     border-width: 1px;
     background-repeat: no-repeat;
     font-size: 18px;
     border-radius: 4px;
     width: 100%;
     height: 48px;
}

.wFormWebPage {
     background-image: none;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #f5f7fa;
     border-color: #e5e8f1;
     border-style: solid;
     border-width: 1px;
     background-repeat: no-repeat;
     padding: 13px 6px 6px 10px;
}

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

.wForm .preField, .wForm .inlineLabel {
     color: #8a94a5;
     font-size: 20px;
}

.wForm .oneField {
     color: #666666;
}

.wForm .postField {
     color: #8a94a5;
     font-size: 16px;
     margin: 0px 0px 10px 0px;
}

.wForm .label.reqMark:after {
     color: #ed3705;
     font-size: 12px;
}

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

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

.wFormTitle {
     background-color: #ffffff;
}

