.wFormWebPage {
     background-color: #005baa;
}

.wFormContainer {
     background-color: #ffffff;
     font-family: Verdana, Geneva, sans-serif;
     height: px;
     border-width: 0px;
     border-style: dotted;
     color: #7d7f81;
}

.wFormTitle {
     background-color: #ffffff;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
     text-align: center;
     font-size: 25px;
     color: #005baa;
}

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

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

.wForm fieldset {
     background-color: #ffffff;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-style: dotted;
}

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

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

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
     background: #FFFFFF url(//lln.tfaforms.net/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

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

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

.wForm .oneField input {
     background: #FFFFFF url(//lln.tfaforms.net/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.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 {
     border-style: none;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bold;
     text-align: center;
}

.wForm .label.reqMark:after {
     color: #7d7f81;
}

.wForm .field-hint {
     color: #7d7f81;
}

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

