.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 28px;
     color: #3a6ab3;
     font-weight: inherit;
     margin: 0px;
     padding: px;
     height: 25px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     height: 25px;
     color: #595959;
}

.wForm .oneField {
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 14px;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-width: 1px;
     font-family: Tahoma, Geneva, sans-serif;
     border-style: solid;
     border-color: #9aa2ad;
     padding: 5px;
     font-size: 14px;
     margin: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: inherit;
     border-radius: 25px;
     border-style: solid;
     border-width: 1px;
     border-color: #393939;
     padding: 10px;
     color: #ffffff;
     font-size: 18px;
     background-color: #3a6bb3;
}

.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 fieldset {
     font-family: Tahoma, Geneva, sans-serif;
     border-style: solid;
     border-width: 1px;
     border-radius: 7px;
     border-color: #969396;
     font-size: 0px;
}

.wForm legend, .wForm h4 {
     font-family: Tahoma, Geneva, sans-serif;
     color: #1275a3;
     font-size: 18px;
     font-weight: inherit;
}

.wFormContainer {
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 14px;
     -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);
     background-color: #f7f7f7;
     border-style: solid;
     border-width: 9px;
     border-color: #393939;
     color: #393939;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     margin: px;
     height: px;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 15px;
}

.wForm .postField {
     width: px;
     padding: px;
     border-width: 0px;
     border-style: none;
}

.wForm .field-hint {
     background-position: 12px;
     font-size: 11px;
}

.wForm .label.reqMark:after {
     font-size: px;
}

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

.wForm .field-hint-inactive {
     font-size: 12px;
     color: #a1a1a1;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: inherit;
}

.wFormWebPage {
     background-color: #009ebd;
     background-image: url("//www.tfaforms.com/theme-editor/images/clouds.png");
     background-repeat: repeat;
     background-position: px;
}

.wForm form .errFld {
     border-style: solid;
     border-color: #FFBBBB;
     border-width: 1px;
}

.wFormContainer .errMsg {
     color: #d60b12;
}

.wForm legend {
     border-style: none;
}

.wFormContainer a {
     color: #0c77d4;
}

