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

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     background-color: #fcfcfc;
     color: #707070;
     padding: px;
     border-width: 3px;
     border-style: solid;
     margin: -3px;
     border-color: #d1dcff;
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     text-align: center;
     width: px;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     padding: px;
     margin: 1em 0 2em 0;
     text-align: center;
     font-size: large;
     color: #365b73;
}

.wForm .primaryAction {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPagePreviousButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPageNextButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wFormContainer a {
     color: #5977c2;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     text-align: right;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: none;
     padding: px;
     margin: px;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: -2px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     text-align: center;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     padding: px;
}

.wForm textarea {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm .oneField input {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.wForm legend {
     font-family: Tahoma, Geneva, sans-serif;
     color: #777d9c;
     font-size: small;
     text-align: left;
}

.wForm .postField {
     text-align: center;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: none;
}

.wForm .hintsSide .field-hint {
     background-color: #fcfdff;
     font-family: Comic Sans MS, cursive;
     font-size: small;
     border-style: outset;
     text-align: center;
     border-width: 3px;
     background-position: top right;
     color: #281270;
     border-color: #999edb;
     padding: 2px;
     margin: 4px;
     height: 70px;
     width: 180px;
     background-repeat: no-repeat;
}

.wForm .field-hint-inactive {
     background-color: #ffffff;
     background-position: top right;
     font-family: Comic Sans MS, cursive;
     font-size: small;
     border-style: outset;
     border-width: 3px;
     text-align: center;
     width: 180px;
     height: 70px;
     padding: 2px;
     margin: 4px;
     color: #1e3c8f;
}

.wFormContainer .errMsg {
     color: #a82614;
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm form .errFld {
     background-color: #f5f2f3;
     border-style: outset;
}

