div#lcab {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
	z-index:999;
}
#frame_lcab{
	    width: 100%;
    height: 100%;
}
div#modallcab {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.close_modal_lc{
	position: absolute;
    right: 5px;
    top: 5px;
    background: #111c43;
    color: #a3aed1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}