h2 { text-transform: none; }

h3 a  {color: #ebb82d;}

#formBorder { border: 1px solid grey; padding: 20px 0 20px 20px; background: white; }
#formBorder p { margin-bottom: 0; }

#wpForm { margin: 0; padding: 0; border: 0; vertical-align: baseline; font: 15px/1.5 Helvetica,Arial,Verdana,sans-serif; text-align: left; }
#wpForm input { max-width: 95%; vertical-align:bottom; color: black; margin-bottom: 0; }
#wpForm textarea { color: black; }

#wpForm fieldset {
border: solid 1px #dddddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 12px;
margin: 18px 0;
background: white;
}

#wpForm input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
background-color: #f2f2f2;
font-family: inherit;
border: 1px solid #cccccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
font-size: 14px;
margin: 0 0 12px 0;
height: 32px;
width: 100%;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
transition: all 0.15s linear;
padding: 5px !important;
}

#wpForm table td {
text-align: left !important;
}

#wpForm label { 
cursor: default; 
font-size: 14px;
font-weight: bold;
color: black; 
margin-bottom: 3px;
display: inline-block;
}


#wpForm fieldset legend { font-size: 20px !important; font-weight: bold !important; margin: 0 !important; line-height: 21px !important; } 
#wpForm label input { vertical-align:bottom; }
#wpForm select {
   border: 1px solid #ccc;
   font-size: 15px;
   height: 30px;
   width: auto;
   max-width: 268px;
	color: #000; 
}
#wpForm #security_code {width: 100px;}
#wpForm table.formColumns { width: 97%; border: none; margin: 0; }
#wpForm .formColumns tr td { margin: 0; padding: 0; }
#wpForm .formColumns label { vertical-align: top; }
#wpForm table.donationTable { width: 97%; border: none; margin: 0; }
#wpForm .donationTable tr td { margin: 0; padding: 5px 0 5px 40px; }
#wpForm .donationTable label { vertical-align: top; }
#wpForm .paymentHeader  { font-size: 20px; }
#wpForm img.paymentMethodButton:hover { cursor: pointer; }
#wpForm #payByBank:hover { cursor: pointer; }
#wpForm #payByBank { font-size:11px; font-style:italic; }

input[type="checkbox"] { -webkit-appearance: checkbox !important; vertical-align: top !important;  }

.required { color: red !important; }

.fsRequiredMarker { padding-left: 2px; color: #BA0000; font-size: 16px; font-weight: bold; float: none; }

.fieldset-content label { /* color: green; */ vertical-align: bottom; }
.fieldset-content input[type="radio"] { margin: 5px 10px 3px 0 !important; -webkit-appearance: radio; }
.fieldset-content p { margin: 0 0 0 0; }

#amountsTable { border: none; margin: 0 auto; padding: 0; width:95%; }
#amountsTable tr,td { vertical-align: top !important;  }
#amountsTable td { width:50%; }
#amountsTable div.amount { margin-top: 5px !important; }
#amountsTable input#other_amount { padding: 0; display: inline; width: 120px; height: 20px; margin: 0 !important; }
#payByMethod { text-align: center; }
#payByBank { margin: 5px auto; text-align: center; }

#submitButtonSection { margin: 0 80px 0 0; clear: left; }

#fcn_submit, #fcn_submit2, #submitButton, #fcn_clear_cookies , #fcn_unsubscribe {
background: #e6b720;
color: #000 !important;
padding: 15px 40px !important;
font-weight: bold;
font-size: 14px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
background-position: initial initial;
background-repeat: initial initial;
margin: 0;
cursor: pointer;
text-transform:uppercase;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #e6b720;
/*box-shadow: 5px 5px #bdbdbd;*/
}
#fcn_submit:hover, #fcn_submit2:hover, #submitButton:hover, #fcn_clear_cookies:hover , #fcn_unsubscribe:hover {
background: #d3d3d3;
border: 1px solid #d3d3d3;
}

#sslTable { width: auto !important; }
#sslTable td { padding: 20px !important; }

.radio-sec input[type="radio"] { margin: 0 !important; -webkit-appearance: radio; }
.radio-generic input[type="radio"] { -webkit-appearance: radio; }

.processError {
	margin: auto;
	padding: 10px;
	color: red;
	}

.group {padding-top: 0px !important;}
.group h2 {margin-top: 0px !important;}

.webError {
width: 80%;
background: #ffece8;
border: 2px solid #995646;
padding: 20px !important;
}

