/**
 * CSS for Buy Now button
 */
form.buy-now button[type="submit"] {
	background: none;
	background-image: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-large.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* put the height and width of your image here */
	height: 44px;
	width: 228px;
	border: none;
	margin: 12px;
	border-radius: 0;
}
form.pay-now button[type="submit"] {
	background: none;
	background-image: url(https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_paynow_107x26.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* put the height and width of your image here */
	height: 26px;
	width: 107px;
	border: none;
	margin: 12px;
}
form.donate button[type="submit"] {
	background: none;
	background-image: url(https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_92x26.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* put the height and width of your image here */
	height: 26px;
	width: 92px;
	border: none;
	margin: 12px;
}
form.buy-now button[type="submit"] span,
form.pay-now button[type="submit"] span,
form.donate button[type="submit"] span {
	display: none;
}