.donation-form *{
  font-family: Verdana;
  font-size: 10pt;
}
.donation-form div{
  margin-top: 5px;
}
.donation-form input[type=text], select{
  width: 100%;
}
.donation-form-section{
  margin-bottom: 25px;
}
.donation-form-header{
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 5px;
}
.donation-form-notice{
  font-size: 8pt;
}
.donation-form-required-mark
{
  color: red;
}
.donation-form-field-title
{
  font-weight: bold;
}
#divDonationFormOverlay {
	background-color: black;
	height: 100%;
	left: 0px;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

#divDonationAddressConfirmation {
	background-color: white;z-index: 1001;position: fixed;left: 200px;top: 200px;width: 450px;height: 200px;padding: 15px;
}


/* Style for the CRE Secure form is below */
.mainTable *{
  font-family: Verdana;
  font-size: 10pt;
}

.mainTable button 
{
	padding: 6px;
}