#donate-form {
	width:auto;
	background:#efefef;
	border: 1px solid #ccc;
	padding:20px;
}
#donate-form #item_price_1 {
	float:left;
	margin-right:20px;
	width:200px;
	line-height:38px;
	font-size: 24px;
	padding: 5px;
	border:1px solid #ccc;
}
#button-donate-lg {
	background-image: url('/images/btn-donate-lg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	width: 140px;
	height: 40px;
	border:none;
	cursor: pointer;
}
#button-donate-lg:hover {
	background-position: 0 -40px;
}
#button-donate-lg:active {
	background-position: 0 -80px;
}