#boxwrap	{
	
	
}

#boxes	{
	margin: 40px 0 0 0;
	width: 960px;
	
}

#belowbox	{
	clear: both;
	width: 960px;
	padding-top: 30px;
	}

.box {
	float: left; 
	position: relative;
	width: 240px; 
	min-height: 200px; 
	background: rgba(234, 236, 222, .9); 
	padding: 20px;
	margin-right: 35px; 
	border: 1px solid #B8B8B8;
	opacity: .9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	
	/*inside shadow*/
	-moz-box-shadow: inset 0 0 2em #a7b47f;
	-webkit-box-shadow: inset 0 0 2em #a7b47f;
     box-shadow: inset 0 0 2em #a7b47f;
}

.box3	{
margin-right: 0;

}

#boxes h2	{
	color: rgba(0, 0, 0, .8);
	text-align: center;
	font-size: 26px;
}

#boxes .box p	{
	font-size: 16px;
		
}



#line	{
float: left;
height: 35px;
width: 620px;
color: red;
border-bottom: 1px solid #B8B8B8;
	
}

#donate-btn	{
	display:block;
	margin: 0 auto;
}

a img#donate-btn {
opacity:1;
filter:alpha(opacity=100);
filter: “alpha(opacity=100)”;
}

a:hover img#donate-btn {
opacity:.85;
filter:alpha(opacity=85);
filter: “alpha(opacity=85)”;
}


td.FormSectionHeader h5 {
    background-color: #eaecde;
    color: #303030;
    border-bottom: 10px solid white;   }
    
  TD.FormSectionHeader, TD.requiredIndicator, TD.FormLabel, TD.FormInput, TD.holdsErrorMsgTable {
    border-bottom: 1px solid #ffffff;
}
