.meows {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1; 
}

.meow {
  position: relative;
  margin: 12px 12px 0 0;
  cursor: pointer; 		
}

.meow .inner {
background: rgba(20, 20, 20, 0.8) none repeat scroll 0 0;
border: 1px solid gray;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
color: #ffffff;
display: block;
font-family: Tahoma;
font-size: 11px;
line-height: 14px;
min-height: 48px;
padding: 5px 10px 10px;
//text-shadow: 0 1px 0 #000000;
width: 280px;
}

.meow .inner:hover {
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.meow .inner:hover .close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0.8;
  zoom: 1;
//  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.meow .inner:hover .close:hover {
  background: rgba(25, 25, 25, 0.9);
}

.meow .inner .icon {
  float: left;
  height: 48px;
  min-width: 48px;
  margin-right: 9px;
}

.meow .inner .icon img {
  width: 48px;
  height: 48px;
}

.meow .inner h1 {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #ffffff;
}

.meow .inner h1 a {
  color: #a9cdf3;
  text-decoration: underline;	
}


.meow .inner .close {
  display: none;
}

.meow .inner:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: "\0200";
  visibility: hidden;
}



.meow .inner b {
font-size:11px;
font-weight: bold;
margin-right: 10px;			
}


.meow_message {
display: table;	
color: silver;	
} 