.wFormContainer {
     border-color: #faaf5e;
     color: #000000;
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     font-family: Arial, Arial, Helvetica, sans-serif;
     background-repeat: no-repeat;
     background-image: url(//www.tfaforms.com/forms/get_image/206789/4b21a13bb7bc9ba6d0ba85f8f155b9e4-pro-kidlogo.png);
     background-position: top right;
     background-color: #f7f1ef;
}

.wFormTitle {
     color: #00aacc;
     background-repeat: repeat;
}

.wForm form {
     background-color: #ffffff;
     border-color: #ffffff;
     color: #000000;
}

.wFormContainer a {
     color: #00E;
     cursor: auto;
     display: inline;
     height: auto;
     text-decoration: underline;
     width: auto;
}

.wForm legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm fieldset fieldset legend {
     color: #000000;
     background-color: #ffffff;
     border-color: #555555;
}

.wForm form table {
     color: #000000;
}

.wForm .preField {
     background-color: #ffffff;
}

.wForm textarea {
     color: #000000;
     background-color: #ffffff;
}

.wForm input {
     color: #000000;
     background-color: #ffffff;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #000000;
     background-color: #7ed7ed;
     border-color: #faaf5e;
     border-style: solid;
     border-width: 3px;
     border-radius: 11px;
}

.wFormWebPage {
     background-image: none;
     background-color: #f7f1ef;
}

.wForm fieldset {
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-color: #faaf5e;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm legend, .wForm h4 {
     color: #00aacc;
}

