.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);
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #ffffff;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 16px;
}

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

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wFormTitle {
     background-color: #5c8a84;
     padding: 20px !important;
     color: #ffffff;
     font-size: 24px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
     height: auto;
     border-style: solid;
     border-color: #ffffff;
     border-width: 2px;
     border-radius: 12px;
     width: auto;
     margin: 10px;
}

.wForm legend, .wForm h4 {
     text-align: left;
     padding: px;
}

.wForm fieldset {
     border-color: #5c8a84;
     border-style: solid;
     border-width: 2px;
     border-radius: 9px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 5px;
     border-width: 1px;
}

.wForm input[type=button], .wForm input[type=submit] {
     padding: px;
     background-color: #31635c;
     color: #ffffff;
     font-size: 16px;
     font-weight: bold;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     border-style: none;
     border-width: 2px;
     border-radius: 5px;
     height: 40px;
}

.wFormWebPage {
     background-color: #73969e;
}

