﻿.popupMsgBox1
{
    display: none;
    width: 390px;
    height: 269px;
    position: absolute;
    background-image: url('/images/error_message/pop_up_1.png');
    background-repeat: no-repeat;
    z-index: 100;
}
.popupMsgBox2
{
    display: none;
    width: 380px;
    height: 191px;
    position: absolute;
    background-image: url('/images/error_message/pop_up_2.png');
    background-repeat: no-repeat;
    z-index: 100;
}
.popupMsgBox3
{
    display: none;
    width: 379px;
    height: 129px;
    position: absolute;
    background-image: url('/images/error_message/pop_up_3.png');
    background-repeat: no-repeat;
    z-index: 100;
}
.popupMsgBox4
{
    display: none;
    width: 351px;
    height: 95px;
    position: absolute;
    background-image: url('/images/error_message/pop_up_4.png');
    background-repeat: no-repeat;
    z-index: 100;
}

