.wFormTitle {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     width: px;
     height: px;
     color: #1e447c;
     font-size: 36px;
}

.wFormContainer {
     border-style: none;
     font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wForm fieldset {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: none;
     text-align: inherit;
     padding: 0px;
     margin: 0px;
}

.wForm legend, .wForm h4 {
     color: #1e447c;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-weight: bold;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: solid;
     border-width: 1px;
     border-color: #cccccc;
     padding: 15px;
}

.wForm .postField {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: none;
     padding: px;
     margin: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-style: none;
     background-color: #1f437a;
     color: #ffffff;
     font-size: 14px;
     padding: 20px;
}

