.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(//constantcontact.tfaforms.net/forms/get_image/5/1f49abc9cde989d7d044a62745d24c59-Background_BH2.jpg);
     background-repeat: no-repeat;
     background-position: top center;
     background-color: #7b7978;
}

.wFormContainer {
     margin: 160px auto 20px auto;
     width: 600px;
     border-style: none;
     border-width: 0px;
     color: #5b5b5b;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 14px;
     font-weight: inherit;
     padding: 0 10px;
     background-repeat: repeat;
     background-color: #ffffff;
}

.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: 10px;
}

.wFormTitle {
     color: #3574d3;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: x-large;
     margin: 0px;
     text-align: center;
}

.wForm legend, .wForm h4 {
     color: #3574d3;
     font-weight: bold;
     font-size: 20px;
     margin: 0px;
}

.wForm fieldset {
     border-width: 0px;
     border-radius: 0px;
     font-weight: inherit;
     margin: 10px -10px;
     background-color: #f1f3f4;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-color: #e1e1e1;
     border-style: solid;
     border-width: 1px;
     font-size: 14px;
     background-color: #ffffff;
     padding: 6px;
}

.wForm .field-hint {
     font-size: 12px;
     font-weight: inherit;
     border-width: 0px;
     border-style: none;
}

.wForm .field-hint-inactive {
     font-size: 12px;
     border-style: none;
     border-width: 0px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #06ba00;
     border-style: none;
     border-width: 1px;
     border-radius: 0px;
     color: #ffffff;
     font-weight: inherit;
     font-size: 20px;
     padding: 10px;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #a94442;
     font-weight: bold;
}

.wForm .oneField {
     font-weight: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: inherit;
}

.wForm .wfTab {
     color: #428aca;
}

.wFormContainer a {
     color: #3574d3;
}

.wForm #wfTabNav {
     text-align: center;
}

