
.jMask
{
    background-color:#000000;
    width:100%;
    z-index:2000;
    position:absolute;
    top:0px;
    left:0px; 
    display:block;
    opacity: 0.4;
}

.jContainer 
{
    background-color:gray;
    padding:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position:absolute;
    z-index:2001;
    opacity: 1.0 !important;
    

    -moz-box-shadow:2px 2px 2px #000000;
    -webkit-box-shadow:2px 2px 2px #000000;
    box-shadow:2px 2px 2px #000000;


}

.jContainer .jBox 
{
    background-color:#ffffff;
    padding:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.jContainer .jTitle 
{
    height: 24px;
    font: bold 9pt/24px Arial;
}

.jContainer .jTitle .jClose
{
    margin-right:6px;
    background:url(/Images/closebutton.png) no-repeat 0px top;
    height:18px; width:18px;
    float:right;
    
}

.jContainer .jTitle .jClose:hover
{
        background:url(/Images/closebutton.png) no-repeat -18px top;
}
.jContainer .jBox .jFrame
{
    border:solid 1px #c0c0c0;
}
.yhy-append-wrap {
        bottom: 0;
        position: fixed;
}