.wFormContainer {
     -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);
     background-color: #724132;
     padding: 0px;
}

.wFormWebPage {
     background-color: #ffda9e;
}

.wForm .preField, .wForm .inlineLabel {
     color: #ffffff;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 18px;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-size: 18px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     padding: 12px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #ff1f5e;
     text-align: center;
     background-position: px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #ffffff;
     font-size: 22px;
     border-style: solid;
     border-color: #e30330;
}

