.wFormContainer {
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     border-color: #cccccc;
     background-color: #ffffff;
}

.wForm fieldset {
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     width: px;
     border-radius: 0px;
     border-color: #cccccc;
     padding: px;
}

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

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

.wFormWebPage {
     background-image: none;
}

.wForm legend, .wForm h4 {
     font-size: 20px;
     background-color: #ffffff;
     border-color: #cccccc;
     border-style: solid;
     border-width: 1px;
     padding: 10px;
     margin: 5px;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-color: #cccccc;
     border-style: solid;
     border-width: 2px;
     padding: 5px;
     color: #cccccc;
}

.wForm input[type=button], .wForm input[type=submit] {
     padding: 10px;
     background-color: #54de54;
     font-size: 20px;
     border-width: 0px;
     color: #fafafa;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     color: #ed1f1f;
     font-size: 12px;
}

.wForm form .errFld {
     border-style: solid;
}

