.wFormContainer {
     width: 1200px;
     padding: 0px;
     margin: 0px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 15px;
     text-align: left;
     color: #444444;
}

.wForm legend, .wForm h4 {
     font-family: inherit;
}

.wForm .oneField {
     width: 100%;
}

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

.wForm .preField, .wForm .inlineLabel {
     width: px;
     margin: 0px 75px 0px 0px;
}

.wFormContainer a {
     color: #050d9e;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-size: 15px;
     border-style: groove;
     border-width: 1px;
     padding: 3px;
     margin: 2px;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #050d9e;
     border-style: groove;
     border-radius: 10px;
}

.wForm .label.reqMark:after {
     color: #050d9e;
}

