.wFormWebPage {
     background-image: none;
     background-color: #ffffff;
}

.wFormContainer {
     border-width: 1px;
     border-style: none;
     margin: 0 auto;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #ffffff;
     color: #000000;
     border-color: #ffffff;
}

.wForm fieldset {
     border-width: 1px;
     border-style: solid;
     margin: 2 auto;
     color: #000000;
     font-size: 14px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     background-color: #ffffff;
     border-color: #555555;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 28px;
     color: #000000;
     background-color: #ffffff;
}

.wForm legend, .wForm h4 {
     color: #133245;
     font-size: 16px;
     font-weight: bold;
}

.wForm .oneField {
     color: #133245;
     font-size: 14px;
     border-radius: 0px;
     background-color: #ffffff;
}

.wForm .preField, .wForm .inlineLabel {
     color: #030303;
     font-size: 14px;
     font-weight: inherit;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #77bc43;
     color: #000000;
     border-radius: 25px;
     font-size: 22px;
     border-width: 1px;
     font-weight: bold;
     height: 44px;
     border-style: solid;
     border-color: #999999;
}

.wForm .field-hint {
     color: #808080;
     font-size: 12px;
     font-weight: bold;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-width: 1px;
     border-color: #d1d1d1;
     border-style: solid;
}

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

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     color: #00E;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

