.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #273175;
     padding: 10px;
     margin: px;
     width: 150px;
     height: px;
     font-size: 20px;
     border-style: solid;
     border-radius: 4px;
     border-width: 0px;
}

.wForm legend, .wForm h4 {
     color: #273175;
     border-style: none;
     font-size: 16px;
     font-weight: inherit;
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm fieldset {
     border-radius: 6px;
     border-style: solid;
     background-color: #fafaf7;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 14px;
     color: #000000;
     font-family: Tahoma, Geneva, sans-serif;
     border-color: #000000;
     border-style: none;
     border-width: px;
}

.wForm .oneField {
     padding: px;
     margin: 1px;
     color: #000000;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 14px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #000000;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 14px;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
}

.wForm .postField {
     color: #000000;
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 14px;
}

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 18px;
     color: #000000;
}

.wFormContainer {
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 14px;
}

