#donate_container {	
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	width:900px;
	margin-top:30px;
	float:left;
	position:relative;
}

.donate_box {
	width:280px;
	height:250px;
	float:left;
	padding:10px;
	margin-bottom:20px;
	position:relative;
}
.donate_box:hover {
	background-color: #F2F2F2;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.donate_box p {
	text-align:justify;
}

.donate_form {
	position:absolute;
	bottom:10px;	
 	width: 280px;
 	text-align:center;
 	font-size:1.2em;
 	
}
a, a:hover {
	color: #ffaa00;
	text-decoration:none;
}	

.donate_box .donatebtn {
	color: #ffaa00;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	margin-top: 30px;			
}


#na_warning {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear:both;
	width: 900px;
	border: 2px solid #000;
	padding: 10px;
	text-align:justify;
}


