#donation .donationbox {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}


#donation .donationbox input{
	border: 1px solid #256AB8;
}


#donation .send {
	width: 70px;
	height: 17px;
	line-height: 17px;
	font-size:10px;
	background:#33A5D9; 
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#donation table {
	border-collapse: collapse;
	width: 70%;
}
#donation td,#donation th  {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 4px;
}

#donation th {
	font-weight: bold;
}
#donation a {
	color: #256AB8;
	text-decoration: underline;
	font-weight: bold;
}

