#donate {
	background: #b7d985;
	margin-top: -42px;
	/*-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
	font-size: 11px;
	color: #5e6f44;
	padding: 6px 0px 0 13px;
	margin-bottom: 40px;
	height: 21px;
	position: relative;
	opacity: 0.3;
}

#donate:hover {
	opacity: 1;
}

#donate strong {
	color: #322b27;
}

#donate form {
	margin: -6px -4px 0 0;
	float: right;
}

#donate form input {
	position: absolute;
	right: 29px;
	top: 0;
	margin: 0;
	border: none;
	border-left: 2px solid #9dbc6f;
	color: #322b27 !important;
	background: none;
	height: 27px;
	padding: 0 10px;
	font: bold 13px Helvetica;
	cursor: pointer;
}

#donate a {
	position: absolute;
	right: 0;
	top: 0;
	color: #322b27 !important;
	font: bold 17px "Courier New";
	border-left: 2px solid #9dbc6f;
	display: block;
	margin: -6px 0 -8px 0;
	padding: 10px 9px 0 8px;
	height: 23px;
	-webkit-border-bottom-right-radius: 10px;
}

#donate form input:hover, #donate a:hover {
	background: #9dbc6f;
	color: black !important;
}