.wFormTitle {
     background-color: #002f1b;
     color: #ffffff;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: inherit;
     font-size: 12px;
     text-align: center;
     border-style: solid;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #f7f2f7;
}

.wForm .postField {
     border-style: solid;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #002f1b;
     color: #fafafa;
     font-size: 12px;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     text-align: center;
     font-style: inherit;
     width: 90px;
     height: 30px;
     padding: px;
     border-width: 0px;
     border-radius: 0px;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Verdana, Geneva, sans-serif;
}

.wForm .oneField {
     font-family: Verdana, Geneva, sans-serif;
}

.wForm fieldset {
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .label.reqMark:after {
     font-size: px;
}

