/* @group Elements */



div.blockMsg {

    width: 300px;
    top: 20%;
    left: 37%;
    text-align: left;

    background-color: #fff;
    border: none;

    padding: 30px;
    color: #4d4d4d;

}

div.blockOverlay {
    background-color: #4d4d4d;
}




div.blockUI iframe {
    margin-top: 30px;
}
div.blockUI .close {
    position: absolute;
    padding: 0 15px 0 0;
    top: 3px;
    right: 8px;
}

div.blockUI .close div {
    background: transparent url(../../img/tile-sprite.png) no-repeat -20px 0;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 4px;
    right: 0;
}

div.popup {
    padding: 0 20px 20px 20px;
}
/* Localized */