#jquery-msg-bg {
    -khtml-opacity: 0.6;
    opacity: 0.6;
    background: black;
}

.jquery-msg-content {
    -webkit-background-clip: padding-box;
    padding: 15px;
    color: #2676a5;
    margin-left: 1em;
    font-size: 9pt;
}

.black-on-white .jquery-msg-content {
    background: white;
    color: #333333;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -webkit-box-shadow: 5px 5px 30px 0 black;
    box-shadow: 5px 5px 30px 0 black;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #2676a5;
    font-size: 10pt;
    margin-left: 1em;
    /* ie fix */
    -pie-lazy-init: true;
}

.white-on-black .jquery-msg-content {
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: black;
    color: white;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    /* ie fix */
    -pie-lazy-init: true;
}
