/* happy_flash.css */

div.flash {
   margin: 0 0 0 340px;
   font-size: 24px;
   text-align: center;
   padding: 10px;
   height: 220px;
   width: 260px;
   background: #000 url(/images/explosion.gif) center center no-repeat;
   position: fixed;
   z-index: 2000;
   color: #fff;
   text-shadow: 0px 0px 1px #000, 0px 0px 1px #fff, 0px 0px 10px #000, 0px 0px 20px #000;
}

div.flash div {font-size: 160px; margin-bottom: -30px;}

div.flash span {text-transform: uppercase; font-size: 24px; font-weight: normal;}

div.notice {
  color: #DFDFDF;
}

div.error {
  background-color: #AD4B24;
  color: #AA4941;
}

div.transparent {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}