.wFormContainer {
     border-width: 1px;
     border-style: double;
     margin: px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     width: 940px;
     height: 1200px;
     background-color: #fcfcfc;
}

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
     width: px;
     height: px;
     background-color: #f0f0f0;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     background-color: #1381cf;
}

.wForm textarea {
     background: #FFFFFF url(/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(/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;
}

.wFormWebPage {
     background-image: url(//uml.tfaforms.net/forms/get_image/5/307f65d819d182e7c2c3ecb460cae1c7-Edit1.jpg);
}

.wForm legend, .wForm h4 {
     background-color: #ede4ed;
     width: px;
     height: px;
}

.wForm .preField, .wForm .inlineLabel {
     background-color: #fcfcfc;
}

.wForm .oneField {
     background-color: #ffffff;
}

.wForm form .errFld {
     background-color: #030003;
     border-color: #030003;
     border-style: solid;
     border-width: 0px;
}

