.wForm form .errFld {
     border-style: solid;
     border-color: #FFBBBB;
     border-width: 2px;
     background-color: #f7f7f7;
}

.wFormContainer .errMsg {
     color: #d60b12;
}

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

.wFormContainer {
     border-style: solid;
     border-width: 6px;
     color: #000000;
     margin: px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 16px;
     line-height: 150%;
     -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);
     text-align: left;
     font-weight: inherit;
     border-color: #ffffff;
     padding: px;
     background-color: #ffffff;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     font-size: 25px;
     font-style: inherit;
     text-align: center;
     border-style: none;
     padding: px;
     background-color: #ffffff;
     border-radius: 7px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #cccccc;
     color: #000000;
     border-style: solid;
     border-width: 1px;
     border-color: #999999;
     border-radius: 7px;
     font-size: 16px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: inherit;
}

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

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

.wForm .field-hint-inactive {
     color: #a1a1a1;
     background-color: #f7f7f7;
     font-size: 14px;
     border-radius: 8px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: inherit;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: px;
     font-size: 16px;
     color: #000000;
     border-color: #555555;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: inherit;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.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 legend, .wForm h4 {
     font-size: 16px;
     border-radius: 5px;
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     border-style: none;
}

.wForm .oneField {
     font-size: 16px;
     border-radius: 7px;
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: inherit;
}

.wForm .preField, .wForm .inlineLabel {
     font-size: 16px;
     border-radius: 7px;
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: inherit;
}

.wForm .field-hint {
     font-size: 14px;
     background-color: #f7f7f7;
     border-radius: 9px;
     color: #000000;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: inherit;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     background-color: #f7f7f7;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 18px;
     color: #ff0000;
}

.wForm .label.reqMark:after {
     font-size: 18px;
     color: #ff0000;
}

.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 .preField {
     background-color: #ffffff;
}

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

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

.wForm .postField {
     border-radius: 8px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 16px;
     color: #000000;
     font-weight: inherit;
}

.wForm #wfTabNav {
     border-radius: 5px;
     color: #1100ff;
     font-size: 18px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm .wfTab {
     border-radius: 6px;
     color: #1100ff;
     font-size: 18px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm .wfTabCurrentPage {
     border-radius: 5px;
     color: #1100ff;
     font-size: 18px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.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 {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 16px;
     color: #000000;
     font-weight: inherit;
}

.wForm .wfTabSep {
     color: #1100ff;
     font-size: 18px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

