.jconfirm-question {
    position: absolute;
    display: inline;
    text-align: center;
    width: auto;
    font-size: 11pt;
    line-height: 1.5em;
    /*background: url('img-jconfirm/bubble.png') no-repeat center top;*/
    background-color: #fff;
    padding: 1em;
    text-shadow: 0px 1px 0px #fff;
    opacity: 0;
    border-radius: 8px;
    border: solid 1px #a0a0a0;
    z-index: 2;
    top: 0;
    left: 0;
}

.jconfirm-yes, .jconfirm-cancel {
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
    background-color: #ADADAD;
    /*background: url('img-jconfirm/button.png') left top no-repeat;*/
}
.jconfirm-bgframe{
    position: absolute;
    top: 0;
    background-color: black;
    opacity: 0;
    z-index: 1;
}
