MEMBER FORM
benForm(311, "benform");
table, th, td {
border: 0px !important;
}
function benForm_Loaded() {
jQuery(document).ready(function (){
jQuery(".benregtyperow label").each(function (i,e){
var final = jQuery(e).html().replace("Registration fee", "Annual Fee");
jQuery(e).html(final);
});})
{
jQuery(".bentableheading").each(function () {
jQuery(this).html(jQuery(this).html().replace("Donation", "Optional Additional Donation").trim());
});
}
{
jB("#pnlUserAccount").before(jB("iframe.matchinggifts").detach());
}
jB(".benformdon").after(jB("iframe[src^='https://ww2.matchinggifts.com']"));
jB(".benformdon").before("");
}
.benevolencewrapper .button { background-color: #b5292e !important; display: block; }
#regcntrl17_btnCreateTeam, #regcntrl17_btnJoinTeam {display: inline-block;}
.benevolencewrapper a:not(.button) { color: #A83530 !important; }
input[type="text"], input[type="textarea"] {
border: 1px solid #d0d0d0;
padding: 7px;
width: 100%
}
.table.form > div > div, .bentable.form > div > div, .table.form > div:not(.hidden):nth-child(2n+1) > div, .bentable.form > div:not(.hidden):nth-child(2n+1) > div {
background-color: transparent !important;
}
.bentable.form > div > div {
display: block;
width: 100% !important;
}
.benregform > div:nth-child(odd) > div {
background-color: lightblue !important;
}