.notice {
    background-color: #65b9d9;
    background: -moz-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b9d9), color-stop(100%, #4a9cbc));
    background: -webkit-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -o-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: -ms-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    background: linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65b9d9", endColorstr="#4a9cbc", GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #3c829e;
    font-size: 13px;
    font-weight: bold;
    min-height: 30px;
    position: relative;
    color: white
}

.notice-hidden {
    display: none
}

.notice-error {
    background-color: #bc3e33;
    background: -moz-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc3e33), color-stop(100%, #dd5952));
    background: -webkit-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -o-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -ms-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: linear-gradient(top, #bc3e33 0, #dd5952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC3E33", endColorstr="#DD5952", GradientType=0);
    border: 1px solid #900
}

.notice-success {
    background-color: #6cbd58;
    background: -moz-linear-gradient(top, #6cbd58 0, #5fa74e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cbd58), color-stop(100%, #5fa74e));
    background: -webkit-linear-gradient(top, #6cbd58 0, #5fa74e 100%);
    background: -o-linear-gradient(top, #6cbd58 0, #5fa74e 100%);
    background: -ms-linear-gradient(top, #6cbd58 0, #5fa74e 100%);
    background: linear-gradient(top, #6cbd58 0, #5fa74e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6cbd58", endColorstr="#5fa74e", GradientType=0);
    border: 1px solid #060
}

.notice-warning {
    background-color: #fde5a8;
    background: -moz-linear-gradient(top, #fde5a8 0, #f9c51a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a8), color-stop(100%, #f9c51a));
    background: -webkit-linear-gradient(top, #fde5a8 0, #f9c51a 100%);
    background: -o-linear-gradient(top, #fde5a8 0, #f9c51a 100%);
    background: -ms-linear-gradient(top, #fde5a8 0, #f9c51a 100%);
    background: linear-gradient(top, #fde5a8 0, #f9c51a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fde5a8", endColorstr="#f9c51a", GradientType=0);
    border: 1px solid #dfb528;
    color: #7c6829;
    text-shadow: 0 1px 0 #fde79e
}

.notice-content {
    background-image: url(../../../images/notice-info.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    padding: 9px 30px 9px 45px
}

.error-notice-content {
    background-image: url(../../../images/notice-error.png)
}

.success-notice-content {
    background-image: url(../../../images/notice-success.png)
}

.warning-notice-content {
    background-image: url(../../../images/notice-warning.png)
}

div.cjt-pagenotice-container .cjt-notice-content {
    padding: 0
}

.noticeClose {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    -ms-filter: "alpha(opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    vertical-align: middle
}

#iplisttbl #ipnotice-container .bd {
    border: 0
}

.cjt-pagenotice-container .cjt-notice {
    box-shadow: none
}

.cjt-pagenotice-container .cjt-notice .bd {
    outline-style: none
}

.cjt-dynamicnotice-container .bd .cjt-notice-content {
    display: table-cell;
    vertical-align: middle;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-error .bd {
    background-color: #bc3e33;
    text-shadow: 0 1px 0 #bc3e33;
    background-color: #dd5952;
    background: -moz-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd5952), color-stop(100%, #bc3e33));
    background: -webkit-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: -o-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: -ms-linear-gradient(top, #dd5952 0, #bc3e33 100%);
    background: linear-gradient(top, #dd5952 0, #bc3e33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD5952", endColorstr="#BC3E33", GradientType=0);
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-error .bd:hover {
    background-color: #bc3e33;
    background: -moz-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc3e33), color-stop(100%, #dd5952));
    background: -webkit-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -o-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: -ms-linear-gradient(top, #bc3e33 0, #dd5952 100%);
    background: linear-gradient(top, #bc3e33 0, #dd5952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC3E33", endColorstr="#DD5952", GradientType=0)
}

.cjt-dynamicnotice-container .cjt-notice-error .bd .cjt-notice-content {
    background-repeat: no-repeat;
    padding: 5px 0 5px 32px;
    background-image: url(../../../images/notice-error.png);
    background-position: 0 center;
    color: #fff;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-warn .bd .cjt-notice-content {
    background-image: url(../../../images/notice-warning.png);
    background-position: 0 center;
    padding: 5px 0 5px 32px;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-info .bd .cjt-notice-content {
    background-image: url(../../../images/notice-info.png);
    background-position: 0 center;
    padding: 5px 0 5px 32px;
    min-height: 28px
}

.cjt-dynamicnotice-container .cjt-notice-success .bd .cjt-notice-content {
    background-image: url(../../../images/notice-success.png);
    background-position: 0 center;
    padding: 5px 0 5px 32px;
    min-height: 28px
}