.wForm legend, .wForm h4 {
     font-weight: bold;
     font-size: 18px;
     color: #61696e;
     font-family: Verdana, Geneva, sans-serif;
     margin: 20px 0 0 0;
     width: auto;
}

.wFormContainer {
     font-family: Verdana, Geneva, sans-serif;
     color: #61696e;
     border-color: #ffffff;
     border-style: solid;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: outset;
     border-width: 1px;
     padding: 2px;
     margin: 2px 0px;
}

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

.wForm textarea {
     height: 100px;
}

.wForm .postField {
     border-style: none;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #fac012;
     border-color: #fac012;
     border-style: solid;
     border-radius: 2px;
     padding: 15px;
     width: 150px;
}

