.wFormWebPage {
     background-image: none;
     background-color: #f4f4f4;
}

.wFormContainer {
     border-width: 1px;
     border-style: none;
     margin: 0 auto;
     background-color: #ffffff;
}

.wForm fieldset {
     border-width: 1px;
     border-style: solid;
     margin: 20px;
}

.wFormTitle {
     color: #ef7a0d;
}

.wForm legend, .wForm h4 {
     color: #ef7a0d;
     font-weight: bold;
     border-style: none;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 5px;
     margin: px;
}

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

.wForm textarea {
     width: 250px;
     height: 100px;
}

.wForm input[type=button], .wForm input[type=submit] {
     padding: px;
}

