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

.wFormContainer {
     border-width: 3px;
     border-style: solid;
     margin: -3px;
     -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);
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: -2px;
}

.wFormContainer .errMsg {
     color: #ff001e;
     font-style: italic;
     font-size: 12px;
}


