h2 {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}


/*
#donate {
	width: 650px;
	margin: 20px auto;
	overflow:hidden;
}
#donateForm {
	width: 122px;
	float:right;
}

*/


#donateForm {
	position: absolute;
	top: 0;
	right: 0;
	width: 122px;
	float:right;
	background: rgba(0, 0, 0, 0.2);
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}