﻿.msgerror {
    background: url("/images/notifications.png") no-repeat scroll 0 0 #FAD5CF;
    border: 1px solid #E18B7C;
}
.notibar {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(250, 250, 250, 0.8) inset;
    height: 51px;
    line-height: 21px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.notibar p
{
    padding-left:50px;
}
.msginfo
{
  background: url("../../images/notifications.png") no-repeat scroll 0 -156px #D1E4F3;
    border: 1px solid #99C4EA;  
}
.notibar p span
{
    font-weight:bold;
}
