.wFormContainer {
     border-width: 0;
     border-style: solid;
     margin: -1px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     border-color: #cccccc;
     background-color: #undefined;
}

.wForm fieldset {
     border-width: 3px;
     border-style: groove;
     margin: -1px;
     border-color: #d97020;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #d97020;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #d97020;
}

.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;
}

.wForm legend {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormContainer .errMsg {
     background-color: #e8b5bf;
     color: #f50a0a;
}

.wForm form .errFld {
     background-color: #e8d3be;
}

.wFormWebPage {
     background-repeat: no-repeat;
     background-position: lop left;
}

