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

.wFormContainer .errMsg {
     color: #d60b12;
}

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

.wFormContainer {
     border-style: solid;
     border-width: 5px;
     border-color: #cadedc;
     color: #393939;
     margin: 0 auto;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #ffffff;
}

.wFormTitle {
     color: #393939;
     text-align: center;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #e6e6e6;
     color: #000000;
     border-style: solid;
     border-width: 1px;
     border-color: #cadedc;
     border-radius: 12px;
     background-repeat: repeat;
     text-align: center;
}

.wForm legend {
     border-style: none;
}

.wFormContainer a {
     color: #d60b12;
}

.wForm .field-hint-inactive {
     color: #a1a1a1;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: 12px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 6px;
     border-color: #1f2bd9;
     padding: 6px;
     height: px;
}

