.wForm input[type=button], .wForm input[type=submit] {
     background-color: #0068b3;
     color: #ffffff;
     width: px;
     margin: px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
     border-color: #7a7a7a;
     border-width: 1px;
     margin: 5px;
}

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

.wForm fieldset {
     border-radius: 0px;
     border-color: #ffffff;
     border-style: solid;
     background-color: #f0f5f8;
}

.wForm .postField {
     border-color: #7a7a7a;
     border-style: solid;
     border-width: 1px;
     margin: 10px;
     padding: 8px;
     background-color: #ffffff;
}

