.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 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #1b2f5c;
     text-align: inherit;
}

.wFormContainer {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #1b2f5c;
     font-size: 18px;
     text-align: justify;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: inherit;
}

.wForm fieldset {
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: inherit;
}

.wForm .oneField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #1b2f5c;
     text-align: inherit;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #1b2f5c;
     border-style: solid;
     border-width: 1px;
     border-color: #1b2f5c;
     text-align: inherit;
     padding: 10px;
     margin: px;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #5b5b5b;
     font-size: 16px;
     text-align: inherit;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     font-weight: inherit;
     font-style: inherit;
     background-color: #bf262b;
     border-color: #bf262b;
     border-style: solid;
     border-width: 2px;
     border-radius: 25px;
     font-size: 18px;
     width: px;
     height: 50px;
     padding: px;
     margin: px;
}

.wForm .field-hint {
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: inherit;
}

.wForm .field-hint-inactive {
     font-family: Arial, Arial, Helvetica, sans-serif;
     text-align: inherit;
}

.wForm .label.reqMark:after {
     color: #d80000;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #bf262b;
}

.wForm #wfTabNav {
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wForm textarea {
     height: px;
     width: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     height: 40px;
}

