.wFormContainer {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     border-width: 5px;
     background-color: #fffef5;
     text-align: left;
     padding: px;
     margin: px;
     border-color: #003399;
     border-style: outset;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     font-weight: bold;
     text-align: center;
     font-size: 36px;
     color: #003399;
     font-style: italic;
}

.wForm fieldset {
     border-style: none;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm legend, .wForm h4 {
     background-repeat: no-repeat;
     border-style: none;
}

.wFormWebPage {
     background-color: #e2e2e2;
     background-image: url("//www.tfaforms.com/theme-editor/images/linen.png");
     background-repeat: repeat;
}

.wForm .oneField {
     text-align: left;
}

.wForm input[type=button], .wForm input[type=submit] {
     text-align: center;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     color: #636657;
}

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

