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

.wFormContainer {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 14px;
     width: 700px;
     border-style: none;
}

.wForm legend, .wForm h4 {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 16px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #029ec5;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 14px;
     color: #ffffff;
     border-radius: 0px;
     width: 100px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 16px;
     font-weight: bold;
     border-width: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
}

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

