.donaterule {
	position:relative;
	height:2px;
	width:300px;	
}
.donaterule > img {
	height:2px;
	width:300px;	
}

.donateleft {
	position:relative;
	width:90px;
	margin-top:18px;
	float:left;
}
.donateright {
	margin-top:18px; 
	float:left;
}

#ppform {
	visibility:hidden;
}
#ppbutton {
	position:relative;	
	left:0;
	top:12px;
	width:147px;
	height:47px;
	cursor:pointer;
}
#ppforminput , #ppformdollar {
	float:left;
	height:24px;
	border:1px solid orange;
	font-size:18px;
}
#ppforminput {
	font-weight:400;
	color:blue;
	width:200px;
	border-left:none;
	outline:none;
}
#ppformdollar {
	font-weight:700;
	color:#bbbbbb;
	width:16px;
	border-right:none;
}