.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.button_treated{
	 top: 0px;
	 width: 90px; 
	 height: 24px; 
	 background: #FFF url(images/submit.jpg) top left repeat-x; 
	 border:1px solid #bbb;
	 margin-bottom:20px;
}
.donate_form{
	
}

	.donate_form .input_field{
	width:150px;
	font-size:12px;
	padding:2px;
	height:15px;
	margin-left:7px;
	}
	.donate_form .amount_field{
	text-align:right;
	width:80px;
	margin:0px;
	}
	.donate_form .input_div_left{
	float:left;
	width:90px;
	font-size:12px;
	clear:left;
	}
	.donate_form .input_div_right{
	float:left;
	font-size:12px;
	width:150px;
	clear:right;
	text-align:right;
	}
	.donate_form .input_div_full{
	float:left;
	clear:both;
	width:100%;
	font-size:12px;
	margin-top:20px;
	}