#gritter-notice-wrapper {
    top: 50px;
    right: 50px;
    z-index: 30000;
}
.gritter-item-wrapper {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 2px 5px #808080;
    -moz-box-shadow: 0px 2px 5px #808080;
    -webkit-box-shadow: 0px 2px 5px #808080;
}
.gritter-item {
    font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-resolution: 140dpi), screen and (-webkit-min-device-pixel-ratio: 2) {
    .gritter-item {
        font: 13px Roboto, Arial, Helvetica, sans-serif;
    }
}
.gritter-close {
    display: block !important;
    right: 3px;
    width: 24px;
    height: 24px;
    background: url("../Images/gritter-close.png") left top no-repeat;
    left: auto;
    top: 3px;
}
.gritter-close:hover {
    background-position: 0 -24px;
}

.gritter-error {
    background-image: none;
    background-color: rgba(245, 205, 205, 0.9);
}
.gritter-error .gritter-item {
    background-image: none;
    color: #222;
}
.gritter-error .gritter-bottom,
.gritter-error .gritter-top {
    background: transparent none;
}
.gritter-error .gritter-title {
    text-shadow: none;
    color: #c00;
}
.gritter-message {
    background-image: none;
    background-color: rgba(255, 240, 195, 0.9);
}
.gritter-message .gritter-item {
    background-image: none;
    color: #222;
}
.gritter-message .gritter-bottom,
.gritter-message .gritter-top {
    background: transparent none;
}
.gritter-message .gritter-title {
    text-shadow: none;
}
.gritter-success {
    background-image: none;
    background-color: rgba(225, 240, 190, 0.9);
}
.gritter-success .gritter-item {
    background-image: none;
    color: #222;
}
.gritter-success .gritter-bottom,
.gritter-success .gritter-top {
    background: transparent none;
}
.gritter-success .gritter-title {
    text-shadow: none;
    color: #060;
}
