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

.wFormContainer {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #1a315c;
     border-width: 1px;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     border-style: solid;
     margin: 0 auto;
     font-family: Arial, Arial, Helvetica, sans-serif;
}

.wFormTitle {
     background-color: #ffffff;
     color: #1a315c;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
}

.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 fieldset {
     color: #1a315c;
     background-color: #ffffff;
     border-color: #a7a9ab;
     border-width: 2px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: solid;
     margin: 20 auto;
     font-weight: inherit;
}

.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 .oneField {
     background-color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
     color: #1a315c;
     font-weight: inherit;
}

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

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

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

.wForm input[type=button], .wForm input[type=submit] {
     color: #000000;
     background-color: #cccccc;
     border-color: #999999;
     border-style: solid;
     border-width: 1px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
}

.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 .preField, .wForm .inlineLabel {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #1a315c;
     background-color: #ffffff;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #1a315c;
     font-size: 14px;
}

.wForm .postField {
     font-family: Arial, Arial, Helvetica, sans-serif;
     border-style: none;
     background-repeat: repeat;
     color: #1a315c;
     font-size: 14px;
}

.wForm legend, .wForm h4 {
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #1a315c;
     border-style: none;
     background-color: #ffffff;
     font-size: 14px;
     background-repeat: no-repeat;
}

