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

.wForm fieldset {
     border-width: 1px;
     border-style: ridge;
     margin: -1px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     background-position: top center;
     border-style: none;
     font-size: 24px;
     color: #187a6d;
}

.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 {
     border-style: outset;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 16px;
     color: #007575;
     font-weight: bold;
}

.wForm .preField, .wForm .inlineLabel {
     border-style: none;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
}

