
#koo-pop-bg {
    
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000;
    z-index: 100;
    display: none;
}
#koo-pop-wrapper {
    z-index: 1000;
    display: none;
    position: fixed;
    left: 0;
    top: 10%;
    width:100%;
    margin:0 auto;
    text-align: center;
}
#koo-pop {
    /*border: 1px solid #cccccc;*/
    margin:0 auto;
    text-align: center;
}
#koo-pop-dialog-title{
    cursor: pointer;
    position:absolute;
}
#koo-pop-dialog-close{
    cursor: pointer;
    font-size:20px;
    color:white;
    background-color:black;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */ 
    width:36px;
    height: 36px;
    float:left;
    line-height: 30px;
}



