/* The Modal (background) */
#popup_this {
    top: 50%;
    left: 50%;
    text-align:center;
    margin-top: -50px;
    margin-left: -100px;
    background: #fff !important;
    padding: 30px;
    position: fixed;
}
.b-close {
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.textput{ text-align:justify; }