.wFormWebPage {
     background-color: #510564;
     background-image: url("//www.tfaforms.com/theme-editor/images/tornPaper.png");
     background-repeat: repeat;
}

.wFormContainer {
     background-color: #ffffff;
     color: #0d5670;
     border-color: #947aa4;
     border-style: solid;
     border-width: 4px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     color: #0d5670;
     border-color: #4a4717;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}

.wFormContainer a {
     color: #4a4717;
}

.wForm fieldset {
     color: #0d5670;
     border-color: #4a4717;
}

.wForm legend {
     color: #420e1a;
}

.wForm .postField {
     color: #0d5670;
}

.wForm textarea {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.wForm input {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.wForm form .primaryAction {
     background-color: #FFFFFF;
     color: #000;
     border-color: #999 #999 #555 #999;
}

.wForm form .primaryAction:hover {
     color: #187db3;
     border-color: #666 #666 #222 #666;
}

.wForm form .secondaryAction {
     color: #000;
}

.wForm form .secondaryAction:hover {
     color: #f00;
}

.wForm form .errFld {
     border-color: #8a102b;
}

.wFormContainer .errMsg {
     color: #8a102b;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .field-hint {
     color: #576c7a;
}

.wForm .field-hint-inactive {
     color: #a5b7bd;
}

.wFormContainer .supportInfo a:link {
     color: #4a4717;
}

.wForm .oneField input {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #393939;
     border-color: #393939;
     border-style: solid;
     border-width: 1px;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .hintsSide .field-hint {
     color: #576c7a;
}

.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;
}

