#gritter-notice-wrapper {
    position:fixed;
    top:10px;
    right:5px;
    width:301px;
    z-index:9999;
    border-radius: 4px;
    border-top-width: 0px;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
/*.gritter-item-wrapper {
    background-color: rgba(44, 44, 44, 0.9 );
}*/
.gritter-top {
    background-color: rgba(44, 44, 44, 0.9 );
    height:10px;
    border-radius: 4px;
}
.hover .gritter-top {
    background-position:right -30px;
}
.gritter-bottom {
    background-color: rgba(44, 44, 44, 0.9 );
    height:8px;
    margin:0;
    border-radius: 4px;
}
.hover .gritter-bottom {
    background-position: bottom right;
}
.gritter-item {
    display:block;
    background-color: rgba(44, 44, 44, 0.9 );
    color:#eee;
    padding:2px 11px 8px 11px;
    font-size: 11px;
    font-family:arial;
}
.hover .gritter-item {
    background-position:right -40px;
}
.gritter-item p {
    padding:0;
    margin:0;
    word-wrap:break-word;
}
.gritter-close {
    display:none;
    position:absolute;
    top:5px;
    left:3px;
    background-color: rgba(44, 44, 44, 0.9 );
    cursor:pointer;
    width:0px;
    height:0px;
    text-indent:-9999em;
}
.gritter-title {
    font-size:14px;
    font-weight:bold;
    padding:0 0 7px 0;
    display:block;
}
.gritter-image {
    width:48px;
    height:48px;
    float:left;
}
.gritter-with-image,
.gritter-without-image {
    padding:0;
}
.gritter-with-image {
    width:220px;
    float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    /*background-color: #fff;*/
    color: #222;
}

.gritter-success .gritter-item,
.gritter-success .gritter-bottom,
.gritter-success .gritter-top,
.gritter-success .gritter-close {
    background-color: #ccffcc;
    color: #222;
}

#gritter-notice-wrapper .gritter-success {
    border:1px solid #4ee44e;
    border-radius: 4px;
}

#gritter-notice-wrapper .gritter-error {
    border: 1px solid #FF717E;
    border-radius: 4px;
}

.gritter-error .gritter-item,
.gritter-error .gritter-bottom,
.gritter-error .gritter-top,
.gritter-error .gritter-close {
    background-color: #f9e0e0;
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}