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

.wForm fieldset {
     border-width: 1px;
     border-style: dotted;
     margin: -1px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
}

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

