.cjt-pagenotice-container .cjt-notice-content {
    font-family: helvetica, arial;
    font-size: 13px;
    padding-bottom: 15px;
}

.cjt-pagenotice-container .cjt-notice {
    margin-top: 5px;
}

.cjt-pagenotice-container .cjt-notice .bd {
    min-height: 35px;
    background: no-repeat;
    padding-right: 10px;
}

.cjt-pagenotice-container .bd div {
    display: inline-block;
}

.cjt-dynamic-pagenotice-close-button,
.cjt-dynamic-pagenotice-close-button:link,
.cjt-dynamic-pagenotice-close-button:visited {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    color: inherit;
}

.cjt-dynamic-pagenotice-close-button:hover {
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: bold;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.cjt-dynamic-pagenotice-close-button:hover:active {
    box-shadow: none;
    top: 6px;
    right: 4px;
}

html[dir="rtl"] .cjt-dynamic-pagenotice-close-button {
    left: 5px;
    right: auto;
}
html[dir="rtl"] .cjt-dynamic-pagenotice-close-button:hover {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
html[dir="rtl"] .cjt-dynamic-pagenotice-close-button:hover:active {
    left: 4px;
    right: auto;
}

.cjt-dynamic-pagenotice-close-link {
    display: inline-block;
    position: absolute;
    bottom: 2px;
    font-size: 8px;
}

html[dir="ltr"] .cjt-dynamic-pagenotice-close-link {
    right: 2px;
}

html[dir="rtl"] .cjt-dynamic-pagenotice-close-link {
    left: 2px;
}

html[dir="ltr"] .cjt-pagenotice-container .cjt-notice .bd {
    padding: 15px 20px 15px 50px;
    background-position: 10px center;
    border: 1px solid #e6e0bc;
}

html[dir="rtl"] .cjt-pagenotice-container .cjt-notice .bd {
    padding: 15px 50px 15px 20px;
    background-position: 97% 45%;
    background-position: right 10px center;
    border: 1px solid #e6e0bc;
}

.cjt-pagenotice-container .cjt-notice-error .bd {
    color: #5a1918;
    outline-color: #ddbfbd;
    background-color: #f8e7e6;
    background-image: url(../../../images/error.png);
    background-size: 19px 19px;
}

.cjt-pagenotice-container .cjt-notice-warn .bd {
    color: #594e29;
    background-color: #fff6cf;
    background-image: url(../../../images/warning.png);
    background-size: 19px 19px;
}

.cjt-pagenotice-container .cjt-notice-success .bd {
    color: #40473e;
    outline-color: #d8e1ce;
    background-color: #e6f1db;
    background-image: url(../../../images/success.png);
    background-size: 19px 19px;
}

.cjt-pagenotice-container .cjt-notice-info .bd {
    color: #666666;
    outline-color: #dddddd;
    background-color: #f0f0f0;
    background-image: url(../../../images/info2.png);
    background-size: 20px 18px;
}
