.wFormWebPage {
     background-repeat: no-repeat;
     background-position: px;
     background-color: #e6e6e6;
}

.wFormContainer {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 13px;
     line-height: 150%;
     padding: px;
     border-width: 3px;
     border-style: solid;
     margin: px;
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     background-repeat: no-repeat;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     padding: 10px;
     margin: 1em 0 1em 0;
     text-align: center;
     font-size: 18px;
     background-color: #ffffff;
     color: #b30000;
}

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

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
}

.wForm fieldset {
     border-color: #b30000;
     color: #000000;
     border-width: 2px;
     border-style: solid;
     margin: -2px;
     background-color: #ffffff;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm legend {
     color: #000000;
     font-size: 16px;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm .postField {
     color: #000000;
}

.wForm form .errFld {
     border-color: #ffbb00;
     border-style: dotted;
     border-width: 2px;
}

.wFormContainer .errMsg {
     color: #de7225;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #0a2a5e;
}

.wForm .field-hint-inactive {
     color: #191919;
}

.wFormContainer .supportInfo a:link {
     color: #454545;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 15px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #cccccc;
     color: #000000;
     border-color: #999999;
     border-style: solid;
     border-width: 1px;
}

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

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

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

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

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

.wForm legend, .wForm h4 {
     background-color: #b30000;
     color: #ffffff;
     font-size: 14px;
     border-style: none;
     border-width: 0px;
     border-radius: 0px;
}

.wForm .field-hint {
     color: #191919;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ffbb00;
     font-size: 16px;
}

