#yui_notification_container
{
  border: 0px solid red;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 350px;
}

.notification
{
position: relative;
color: black;
margin: 3px 3px 3px 3px;
padding: 6px 6px 6px 6px;
font-family: Skia, sans-serif;
min-height: 51px;
  z-index: 1000;
}
.notification .background
{
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
  z-index: -1;
}
.notification .icon
{
float: left;
top: 10px;
left: 10px;
width: 32px;
height: 32px;
margin-right: 15px;
}
.notification .icon img
{
width: 32px;
height: 32px;
}
.notification .title
{
font-weight: bold;
font-size: 110%;
}
.notification .text
{
}
.notification
{
}
.notification.emergency
{
   cursor: pointer;
}
.notification.emergency .title
{
   color: red;
   background: url("../../../images/close12x12.gif") top right no-repeat;
}
.notification.warning .title
{
   background: url("../../../images/close12x12.gif") top right no-repeat;
}