.wFormWebPage {
     background-repeat: no-repeat;
}

.wFormContainer {
     border-width: 4px;
     border-style: none;
     margin: 0 auto;
     font-family: Arial, Arial, Helvetica, sans-serif;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     padding: px;
     font-size: 14px;
     background-repeat: no-repeat;
}

.wForm fieldset {
     border-width: 4px;
     border-style: solid;
     margin: 0 auto;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 0px;
     font-size: px;
     border-color: #5abee6;
}

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     letter-spacing: 0.1em;
     font-weight: bold;
     text-align: left;
     border-style: none;
     border-width: 4px;
     border-radius: 9px;
     padding: 20px;
     margin: px;
     font-size: 24px;
     background-repeat: no-repeat;
     background-position: top left;
}

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

.wForm .oneField {
     border-radius: 0px;
     border-style: none;
     margin: 0px 0px 0px 0px;
     padding: 5px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
     border-color: #ffffff;
     border-width: 3px;
     margin: px;
     padding: 10px;
     font-weight: bold;
     text-align: left;
     font-size: 13px;
     background-color: #ebebeb;
}

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

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #fc324a;
     color: #ffffff;
     font-weight: bold;
     font-size: 14px;
     text-align: center;
     border-color: #ffffff;
     border-style: solid;
     border-radius: 5px;
     padding: 20px;
     width: 240px;
}

.wForm legend, .wForm h4 {
     font-size: 24px;
     border-style: none;
     margin: 20px;
     padding: px;
     font-weight: inherit;
     font-style: inherit;
     text-align: left;
     color: #5abee6;
}

.wForm .postField {
     padding: 0px 0px 10px 5px;
     margin: px 20px 0px 0px;
     height: px;
     border-style: none;
}

