#donateBlock h1 {
	background: url(/sites/all/themes/maxfun/images/donatebanner.png) no-repeat top left;
	height: 210px;
	width: 669px;
	text-indent: -9999px;
	margin: -30px -13px 12px;
}

#donateBlock p {
	font-size: 12px;
	line-height: 18px;
}
#donateBlock a {
	font-weight: bold;
}

#donateBlockPlans {
	width: 657px;
}

.donateBlockPlan {
	padding: 10px;
	background: #e6f1f3;
	margin-bottom: 12px;
	clear: both;
	width: 623px;
}
.donateBlockPlan .button {
	float: right;
	margin: 0 0 12px 12px;
	background: url(/sites/all/themes/maxfun/images/donatebutton.png) no-repeat top left;
	width: 109px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
.donateBlockPlan h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 6px;
	color: #5ea696;
	border-bottom-width: 0px;
}
	.donateBlockPlan h2 strong {
		font-size: 18px;
	}
.donateBlockPlan h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.donateBlockPlan p {
	margin-bottom: 0;
}
.donateBlockPlanHalf {
	width: 295px;
	float: left;
	clear: none;
	margin-right: 12px;
}
.donateBlockPlanBorderless {
	background: transparent;
	padding: 0;
}

#donateBlockPlanAngels {
	background: #f2f2f2;
	padding: 9px;
	border: 1px solid #c7c7c7;
	-moz-box-shadow: 0 2px 3px #aed1d5;
	-webkit-box-shadow: 0 2px 3px #aed1d5;
	color: #333;
}
	#donateBlockPlanAngels h2 { color: #888; }
	#donateBlockPlanAngels .button { background: url(/sites/all/themes/maxfun/images/donatebutton-angels.png) no-repeat top left; }
#donateBlockPlanEagles {
	background: #f4f1e3;
	padding: 9px;
	border: 1px solid #c3c999;
	-moz-box-shadow: 0 2px 3px #aed1d5;
	-webkit-box-shadow: 0 2px 3px #aed1d5;
	color: #655c48;
}
	#donateBlockPlanEagles h2 { color: #b69628; }
	#donateBlockPlanEagles .button { background: url(/sites/all/themes/maxfun/images/donatebutton-eagles.png) no-repeat top left; }


.donateBlockPlan.current{
	padding: 10px;
	background: #FEF1FE;
	/* #FCF0F0; */
	color: #865757;
	/* #B2500E; */
	margin-bottom: 12px;
	border-top: 1px dotted #B08A85;
	border-bottom: 1px dotted #B08A85;
	clear: both;
	width: 623px;
}

.donateBlockPlan.current .button {
	float: right;
	margin: 0 0 12px 12px;
	background: url(./images/currentdonorbtn.png) no-repeat top left;
	width: 196px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
