.wFormWebPage {
     background-repeat: repeat;
     background-color: #fafafa;
}

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

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     padding: px;
     margin: 1px 0 30px 0;
     font-size: 24px;
     width: px;
}

.wFormContainer a {
     color: #0048ff;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
     font-family: Arial, Arial, Helvetica, sans-serif;
     width: 460px;
     height: px;
}

.wForm .primaryAction {
     background: #FFFFFF url(../../theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPagePreviousButton {
     background: #FFFFFF url(../../theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPageNextButton {
     background: #FFFFFF url(../../theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm fieldset {
     border-width: 1px;
     width: 480px;
     border-style: solid;
     margin: 0 0 0 5;
     border-color: #b3afb3;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.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;
     font-size: 15px;
     font-weight: inherit;
     width: px;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     height: px;
     border-style: none;
     padding: px;
     width: px;
}