.icon-donate, .icon-donate-list {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

#donation_goal {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: solid #cadceb 5px;
	background: #cadceb !important;
	border-radius: 5px;
	margin: 1px auto;
	width: 540px;
	height: 20px;
	padding: 1px;
}

#donation_goal > div {
	background: #2572d9 url('./images/icon_donate_progress.gif');
	border-radius: 3px;
	height: inherit;
}

dl.donate {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.donate dt {
	font-weight: bold;
	color: #333333;
}

dl.donate span {
	font-size: 1.2em;
}

dl.donate li {
	list-style-type: inherit;
}

dl.donate ul, dl.donate ol {
	margin-bottom: 1em;
	margin-left: 2.5em;
}