.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 6px;
     font-family: Verdana, Geneva, sans-serif;
     margin: px;
     font-size: px;
     color: #339966;
}

.wFormContainer {
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     margin: 5px;
     padding: 20px;
     background-color: #f7f7f7;
     font-size: 18px;
}

.wForm input[type=button], .wForm input[type=submit] {
     margin: 3px;
     padding: 7px;
     width: 250px;
     border-radius: 2px;
     background-color: #cc3333;
     color: #ffffff;
     border-color: #a22828;
     border-style: solid;
     border-width: px;
}

.wForm .postField {
     padding: px;
     height: px;
     width: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     height: 30px;
     width: 200px;
}

.wForm .oneField {
     padding: px;
     height: 45px;
     color: #4b494a;
}

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

.wFormTitle {
     font-weight: bold;
     font-size: px;
     font-family: inherit;
     height: px;
}

.wForm legend, .wForm h4 {
     font-size: px;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: px;
}

