.wFormWebPage {
     background-color: #004062;
}

.wFormContainer {
     background-color: #ffffff;
     width: 100%;
     background-repeat: no-repeat;
     background-position: px;
     border-width: 0px;
     border-style: none;
     padding: 0px;
     margin: 0px;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: px;
     width: px;
}

.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 input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-position: px;
     background-color: #ffeebb;
}

.wForm legend, .wForm h4 {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     padding: 0px;
     margin: 0px;
     width: px;
}

.wForm .oneField {
     font-family: Tahoma, Geneva, sans-serif;
     width: px;
}

.wFormTitle {
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     color: #004062;
     font-size: 20px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #004065;
     color: #ffffff;
     font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
     border-color: #ffffff;
     border-style: none;
     width: px;
     background-position: px;
     background-repeat: repeat;
     border-width: 23px;
     height: px;
     font-size: large;
}

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

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

.wForm textarea {
     width: px;
}

.wForm .preField, .wForm .inlineLabel {
     width: px;
}

