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

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}

.wForm input[type=button], .wForm input[type=submit] {
     border-radius: 6px;
     border-width: 9px;
     border-style: solid;
     border-color: #2c3c4c;
     background-color: #2c3c4c;
     color: #ffffff;
}

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

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

.wForm .postField {
     background-color: #fafafa;
}

