.wForm .label.reqMark:after {
     color: #76cddb;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #e9e9e9;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #4fbdd6;
     color: #ffffff;
     font-weight: bold;
}

