a img { border:none; }	

h3.auction {
  width: 325px;
  height: 95px;
  margin: 8px 6px;
  background-repeat: no-repeat;
  background-image: url(/images/auction_button.gif);
  text-indent: -9999px;
}

ul#how-we-help li { margin-bottom: 10px; }

a#donate-btn {
	display: block;
	width: 300px;
	
	margin-left: 10px;
	padding: .25em;
	
	color: #fffeff;
	background-color: #098554;
	
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	
	border-style: solid;
	border-color: #097046;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a#donate-btn:hover { background-color: #097046; }