#donation_overlay_frame {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#donation_overlay {
height: 50px;
background: linear-gradient(to bottom,  rgba(204,12,13,0.8) 0%,rgba(204,0,0,0.8) 100%);
position: relative;
padding: 10px;
text-align: center;
}

#donation_overlay_close-button {
width: 22px;
height: 22px;
border-radius: 50%;
border: 2px solid #000;
display: block;
color: #fff;
text-decoration: none;
position: absolute;
top: -10px;
right: 30px;
background: url(close-cross-red.png) no-repeat 0 0;
cursor: pointer;
cursor: hand;
}

#donation_overlay_text {
padding-top: 10px;
color: #fff;
font-size: 20px;
font-style: bold;
}

#donation_overlay_text a {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #b60c0d;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: solid #b60c0d 2px;
}

#donation_overlay_text a:hover {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #b60c0d;
  font-size: 20px;
  background: rgba(255,255,255,0.75);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: solid #fff 2px;
}



.close-button2 {
width: 22px;
height: 22px;
background: #000;
border-radius: 50%;
border: 2px solid #fff;
display: block;
text-align: center;
color: #fff;
text-decoration: none;
position: absolute;
top: -10px;
right: 30px;
background: url(close-white.png) no-repeat 0 0;
}