.mp-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    /*
    //-webkit-transition: opacity 400ms ease-in;
    //-moz-transition: opacity 400ms ease-in;
    //transition: opacity 400ms ease-in; */
    overflow: auto;
}


.mp-modal > div {
    /* width: 1000px; */
    min-width: 400px;
    display: table;
    position: relative;
    margin: 10% auto;
    /* padding: 0px 20px 15px 20px;
    //border-radius: 10px; */
    background: #6cf;
    /*
    //background: -moz-linear-gradient(#fff, #999);
    //background: -webkit-linear-gradient(#fff, #999);
    //background: -o-linear-gradient(#fff, #999); */
}



.mp-modal-close {
	background: #00f;
        /* opacity: 0.5; */
	color: #0ff;
	line-height: 24px;
	position: absolute;
	right: 0px;
	text-align: center;
	/*top: -20px;*/
	width: 24px;
	text-decoration: none;
	font-weight: bold;
        font-size: 20px;
        cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;*/
}

.mp-modal-close:hover {
    /*//background: #00d9ff;*/
    background-color: #6cf;
    color: #000;
    /*//opacity: 1;*/
}

#Popup_Wait {
    width: 100%;
}

#Popup_Wait > img {
    display: block;
    margin: 50px auto;
}