/*  Created by MAE from an example located at http://www.corelangs.com/css/box/fulloverlay.html
    Aug 2014
*/

.donatebutton 
{ width: 150px; 
padding: 10px; 
background-color: #FF8C00; 
box-shadow: -8px 8px 10px 3px rgba(0,0,0,0.2); 
font-weight:bold; text-decoration:none; 
} 
#donatecover{ 
    position:fixed; 
    top:0; 
    left:0; 
    background:rgba(0,0,0,0.6); 
    z-index:5; 
    width:100%; 
    height:100%; 
    display:none; 
} 
#donateScreen { 
    height:370px; 
    width:280px; 
    margin:0 auto; 
    position:relative; 
    z-index:10; 
    display:none; 
    background: #ffffff; 
/*    background: url(login.png) no-repeat; */
    border:5px solid #1F6507; 
    border-radius:10px; 
} 
#donateScreen:target, #donateScreen:target + #donatecover{ 
    display:block; opacity:2; 
} 
.donatecancel { 
    display:block; 
    position:absolute; 
    top:3px; right:2px; 
    background:rgb(245,245,245); 
    color:black; 
    height:30px; 
    width:35px; 
    font-size:30px; 
    text-decoration:none; 
    text-align:center; 
    font-weight:bold; 
} 
.donateRadio {
    text-align: right;
}
