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

.wFormContainer {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 13px;
     line-height: 150%;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     background-color: #fcfcfc;
     color: #3d3d3d;
     padding: 20px 50px;
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     border-color: #fff3cf;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-weight: bold;
     padding: px;
     margin: 1em 0 2em 0;
}

.wFormContainer a {
     color: #0048ff;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: bold;
}

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

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 15px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #fffcf5;
     background-image: url(//www.tfaforms.com/forms/get_image/201842/056dbad926377c1b0d3182eb5a62fc05-HeartsandHorsesfacebookprofilepicture-Copy.jpg);
     background-repeat: no-repeat;
     font-weight: inherit;
     color: #ffffff;
}

.wForm textarea {
     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: 1px 1px 1px 1px;
}

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

