.modal-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	/*display:none;*/
    z-index:9999;
}
.modal-body {
    background-color: #fff;
    padding: 20px;
    position: relative;
    top: 10%;
    left: 15%;
    width: 70%;
    border-radius: 10px;
    border: 1px solid #888;
}
.modal-body-lt{
	width:40%;
	float:left;
}
.modal-body img{
	width:100% !important;
}
.modal-body-rt{
	width:58%;
	float:right;
}
.modal-body-rt h4{
	padding:0;
	margin:0;
}
.modal-body .close{
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	color:#fff;
	background-color:#3e62ed;
	padding:2px 10px 5px;
    opacity:1;
    font-weight:500;
}
    .modal-body .close:hover {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-decoration: none;
        color: #fff;
        background-color: #2444c1;
        padding: 2px 10px 5px;
        opacity: 1;
    }
.clearfixing{
	clear:both;
}