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

.wFormContainer {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #222222;
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 12px;
     line-height: 150%;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     -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);
}

.wFormTitle {
     background-color: #ffffff;
     color: #484848;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 16px;
     padding: 10px;
     border-style: none;
}

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

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

.wForm fieldset {
     color: #222222;
     background-color: #ffffff;
     border-color: #555555;
     border-width: 1px;
     border-style: dotted;
     margin: 20px;
     height: px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 12px;
}

.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: inherit;
     font-size: 12px;
}

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

.wForm legend, .wForm h4 {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
     color: #484848;
     font-size: 14px;
     text-align: left;
     padding: 10px;
     margin: px;
     height: px;
}

.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: 10px;
}

.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 {
     font-family: inherit;
}

.wForm .label.reqMark:after {
     font-size: 14px;
     color: #b80606;
}

