#growlcontainer{
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
  font-size: 12px;
  width: 300px;
}
.growlstatus{
  position: relative;
     background: rgb(0, 0, 0); /* The Fallback */

  background: rgba(0, 0, 0, 0.8);
  border: 3px #000 solid;
  padding: 15px;
  color: #fff;
  margin-bottom: 5px;
  
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.growlstatus a  {color:#FFF; font-weight:bold; text-decoration:none;}
.growlstatus a:hover {color:#534940; text-decoration:underline;}
}

.growlstatus .growltitle{
  font-weight: bold;
  margin-bottom: 5px;
}
 .growlstatusclose{
  position: absolute;
  top: 5px;
  right: 5px;
  width:30px;
  height:30px;
  cursor: pointer;
  display: none;
  background: transparent url(../images/growlclose.png) no-repeat;
}
.growlstatus:hover{
  background-color: rgba(0, 0, 0, 0.9);
  border: 3px #fff solid;
}
.growlstatus:hover .growlstatusclose{
  display: block;
}
.growlwithicon{
  padding-left: 50px;
  background-position: 5px 10px;
  background-repeat:no-repeat;
}

/****** growl icons ******* 
--------------------------*/
.growlicon_heart{
  background-image: url(../images/growl-icons/heart.png);
}
.growlicon_star{
  background-image: url(../images/growl-icons/star.png);
}
.growlicon_clouds{
  background-image: url(../images/growl-icons/clouds.png);
}
.growlicon_parachute{
  background-image: url(../images/growl-icons/parachute.png);
}
.growlicon_pepsi{
  background-image: url(../images/growl-icons/pepsi.png);
}

#donate, #hlc, #fyc{
      display: none;
    }
