.wrap
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:10001;
	background:rgba(0,0,0,0.3);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.modal_block
{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	width:auto;
	min-width:50px;
	margin:50px auto;
	height:auto;
	z-index:10002;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:100px;
	display:block;
	padding:0px;
	position: relative;
	position:relative;
	
	border-top:none;
	
}
.modal_block>.inset
{
	padding: 0px;
	z-index:3;
	background: #fff;
	margin:0;
}
.modal_block>.inset img { width:100%;}

.modal-title  > span { display: inline-block; position: relative; padding:0 10px;}
.modal-title  > span:after { border-top: 2px solid rgba(255,255,255,0.5);
content: ''; width:1000px; display: block;
height: 2px; top:28px; right:-1000px;
position: absolute;  }

.modal-title  > span:before {  border-top: 2px solid rgba(255,255,255,0.5);
content: ''; width:1000px; display: block;
height: 2px; top:28px; left:-1000px;
position: absolute;  }

.modal_block .close
{
	    position: absolute;
    cursor: pointer;
    /* right: 0; */
    left: 0;
    top: 4px;
    opacity: 1;
    position: absolute;
    outline: 0;
    width: 50px;
    height: 50px;
    text-align: right;
    z-index: 9999;
}
.modal_block .close:before
{
	height: 100%;
	width: 100%;
	content: '';
	z-index: -1;
	position: absolute; 
	left:6px;
	top:0;
	background:url('../images/close1.png') center center no-repeat;
	background-size: auto 60%;
	border-radius: 0px;
}