.wFormWebPage {
     background-color: #7d0000;
     /*background-image: url("//pho.uchicago.edu/applications/donation_ticket/wForms/images/subtleStripe.png");*/
}

.wFormContainer {
     background-color: #ede5be;
     color: #cc6135;
     border-color: #ccc256;
     border-width: 0;
     -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);
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
}

.wFormTitle {
     background-color: #ede5be;
     color: #cc6135;
     border-color: #ccc256;
}

.wFormContainer a {
     color: #6e6726;
}

.wForm fieldset {
     color: #cc6135;
     border: #913026;
     border-width: 3px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border-style: ridge;
}

.wForm legend {
     color: #913026;
     font-weight: bold;
}

.wForm .postField {
     color: #cc6135;
}

.wForm form .errFld {
     border-color: #9e8f0c;
}

.wFormContainer .errMsg {
     color: #9e8f0c;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #668f28;
}

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

.wFormContainer .supportInfo a:link {
     color: #913026;
}

.wForm textarea {
     background: #FFFFFF url("//pho.uchicago.edu/applications/donation_ticket/wForms/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("//pho.uchicago.edu/applications/donation_ticket/wForms/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 .primaryAction {
     background: #FFFFFF url("//pho.uchicago.edu/applications/donation_ticket/wForms/images/button_bg.gif") repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPagePreviousButton {
     background: #FFFFFF url("//pho.uchicago.edu/applications/donation_ticket/wForms/images/button_bg.gif") repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPageNextButton {
     background: #FFFFFF url("//pho.uchicago.edu/applications/donation_ticket/wForms/images/button_bg.gif") repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

