     #gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
   }

   .gritter-item-wrapper.gritter-error {
    background: rgba(153, 40, 18, 0.92);
   }

   .gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgb(50 50 50 / 50%);
    background: rgba(50, 50, 50, 0.92);
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url(../images/ie-spacer.gif);
}

.gritter-top {
    background: url(../images/gritter.png) no-repeat left -30px;
    height: 10px;
}

.gritter-item {
    display: block;
    background: url(../images/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana;
}

.gritter-close {
    left: auto;
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #e17b67;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../images/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.gritter-with-image, .gritter-without-image {
    padding: 0;
}

.gritter-title {
    text-shadow: none;
}

.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000;
}