.ls-background {
    position: absolute;
    /*background: rgba(150,150,150,.2);*/
    background: rgba(10,10,10,.5);
    top: 0;
    right: 0%;
    bottom: 0;
    left: 0%;
    z-index:1;
}
.ls-modal {
    position: absolute;
    display: inline-block;
    top: -100%;
    right: 25%;
    /*bottom: 25%;*/
    left: 25%;
    width: 30%;
    margin: 0 auto;
    border: solid: 1px #ccc;
    border-radius: 5px;
    background: #fff;
    z-index:9998;
    border: solid 1px #aaa;
    box-shadow: 1px 2px 10px #948d95;
}

.ls-modal .ls-title {
    margin: 10px auto;
    height: 30px;
    padding: 0px 5px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.ls-modal .ls-content {
    margin: 20px auto;
    padding: 0px 5px;
}

.ls-content-btn {
    position: relative;
    bottom: 5px;
    right: 10px;
    z-index: 9999;
}

.ls-btn {
    padding: 5px 10px;
    float:right;
    margin-left: 3px;
}
.ls-close-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    max-width: 15px;
    cursor:pointer;
    text-align:center;
}

.ls-close-btn:after {
    content:url('./images/cross.png');
    text-align: center;
    color: #fff;
}