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

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

.wForm .postField {
     width: 338px;
     height: 30px;
     padding: 5px;
}

