

/*------------donate.css----------*/

/* donate-mini-form
-------------------------------------*/
.mini-donate form input.text {
	width:140px;
	color:#666;
	font-size:16px;
	text-align:right;
	border:solid 1px #f89d28;
}
.mini-form-pad {
	margin-left:12px;
}
#donate-title {
	padding-left:35px;
	padding-top:5px;
}
#donate-submit input {
	float:left;
	display:block;
	margin-top:10px;
}
table#donate-table tr td{
	vertical-align:top;
}
.processing {
	width:55px;
	padding-bottom:16px;
}
button.give {
	text-indent:-999em;
	width:57px;
	height:43px;
	border:none;
	display:inline;
	margin-top:7px;
}
button.gray {
	background:url(/images/btn_give_gray.gif) top center no-repeat;
	display:block;
}
.give-button-white,
.give-button-gray {
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	float:right;
	width:57px; 
	height: 43px;
	left:0;
}
.give-button-white {
	background:url(/images/btn_give_white.gif) top center no-repeat;
}
.give-button-gray {
	background:url(/images/btn_give_gray.gif) top center no-repeat;
}
#donate-button-holder {
	width:55px;
	height:30px;
}
.donate-name {
	width:200px;
	padding-right:25px;
	padding-left:10px;
}
.donate-text {
	width:270px;
	padding-right:25px;
}
.donate-link {
	width:57px;
}
#recurring-text {
	display:block;
	width:280px;
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	padding-left:15px;
}

/* wrappers
-------------------------------------*/
.wrapper-calendar {
	clear:both;
	padding:10px 0 0 130px;
	background:url(/images/calendar.jpg) transparent 0 0 no-repeat;
	overflow:auto;
}
.wrapper-calendar h3 {
	margin:0;
	padding:0 0 10px 0;
	color:#85b1d5;
}
.wrapper-calendar p {
	margin:0;
	padding:0;
}

/* donation-mail
-------------------------------------*/
#donation-mail {
	margin:0 0 0 30px;
	padding:0 0 25px 0;
	background:url(/images/mailing-address.jpg) 0 0 no-repeat;
}
#donation-mail h3 {
	display:none;
}
#donation-mail p.addy {
	margin:0;
	padding:15px 0 0 78px;
	color:#4783B7;
	font-weight:bold;
}
#donation-mail p.form {
	margin-top:20px;
	padding:10px 0 0 30px;
}
#donation-mail p.form a {
	padding:2px 0 0 20px;
	background:url(/images/icon_pdf.gif) transparent 0 0px no-repeat;
}

/* donation-difference
-------------------------------------*/
h3.donation-difference {
	display:block;
	width:594px;
	height:42px;
	margin:0;
	padding:0;
	margin-top:20px;

}
h3.donation-difference a {
	display:block;
	float:left;
	width:594px;
	height:42px;
	margin:0;
	padding:0;
	background:url(/images/btn_how_difference.jpg) transparent 0 0 no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}
h3.donation-difference a:hover {
	background:url(/images/btn_how_difference.jpg) transparent 0 -43px no-repeat;
}
div#donation-difference img {
	vertical-align:middle;
}
div#donation-difference a {
	color:#575757;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
div#donation-difference span {
	display:block;
	text-align:right;
}
ul#donate-diff-list {
	clear:both;
	margin:0 20px 0 15px;
	padding:10px 20px;
	line-height:18px;
	background-color:#f2f1f0;
	border-right:solid 1px #f8a02d;
	border-bottom:solid 1px #f8a02d;
	border-left:solid 1px #f8a02d;
}
ul#donate-diff-list li {
	padding-bottom:10px;
}
/* override global
------------------------------------------*/
.text-501 {
	padding-bottom:50px;
}