div.overdiv {
    filter: alpha(opacity=81);
    -moz-opacity: 0.81;
    opacity: 0.81;
    background-color: #717171;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; height: 100%;
    z-index: 10;
}

div.square {
    filter: alpha(opacity=88);
    -moz-opacity: 0.88;
    opacity: 0.88;
    position: absolute;
    top: 48%;
    left: 50%;
    /*background-color: Menu;*/
    background-color: #E8E8E8;
    border-radius: 4px;
    height: 250px;
    max-width: 410px;
    z-index: 11;
    margin-left: -210px;
    display: block;
    margin-top: -100px;
}

div.square div.msg {
    color: #4D4D4D;
    font-size: 19px;
    padding: 0 60px 0 60px;
    margin-top: 7.5px;
    text-align: center;
}

.button {
    background: url("../images/btn_center.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    height: 37px;
    margin-left: 0;
    position: relative;
    width: 270px;
}

.button:before {
    background: url("../images/btn_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 37px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}

.button:after {
    background: url("../images/btn_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 37px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
}

.buttonText {
    padding-top: 6px;
    cursor: pointer;
}

.continue {
    color: #4D4D4D;
    font-size: 14px;
    margin-top: -47px;
    margin-left: 30px;
    margin-bottom: 10px;
    max-width: 280px;
}

.postImage {
    background: url(../images/ic_posticonpopup.png) no-repeat;
    height: 55px;
    width: 55px;
    margin-left: -43px;
}

@media screen and (min-width: 360px) and (max-width: 419px) {
    .continue {
        max-width: 320px;
        margin-left: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 419px)
{
    div.square {
        max-width: 419px;
        margin-left: 0;
        left: 0;
    }

    div.square div.msg {
        color: #4D4D4D;
        font-size: 15px;
        padding: 0 20px 0 20px;
        margin-top: 7.5px;
        text-align: center;
    }

    .postImage {
        background-size: 80%;
        margin-left: -14px;
        margin-top: 10px;
    }

    .button {
        width: 220px;
        margin-left: 0;
    }

    .buttonText {
        font-size: 15px;
    }
}