.wFormTitle {
     color: #fc6100;
     font-weight: bold;
     font-size: x-large;
     margin: 5px;
}

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

.wFormContainer .errMsg, .wForm form .errMsg {
     font-weight: inherit;
}

