.overlay-bg {display:none;position: fixed;top: 0;left: 0;height:100%;width: 100%;cursor: pointer;background: #000; /* fallback */background: rgba(0,0,0,0.75);z-index:500;}

.overlay-content {
background: #fff;
padding: 50px;
width: 420px;
height:160px;
position: relative;
top: 300px;
left: 50%;
margin: 0 0 0 -260px; /* add negative left margin for half the width to center the div */
cursor: default;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.overlay-content2 {
background: #fff;
padding: 50px;
width: 520px;
height:160px;
position: relative;
top: 300px;
left: 50%;
margin: 0 0 0 -260px; /* add negative left margin for half the width to center the div */
cursor: default;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.popupbg {position:absolute;width:749px;height:556px;right:-107px;bottom:-142px; background:url('../img/layout/confirmationleafs.png') no-repeat;}
.popupcontent{margin:0 auto;text-align:center;margin-top:20px;}
.popupcontent hr{color:red;}
.popuptitle{font-size:20px; color:#5d5c5e;margin-bottom:12px;}
.popuptext{font-size:18px;padding-bottom:26px;margin-bottom:35px;border-bottom:1px solid #e5e5e5;}

.close-btn2 {
cursor: pointer;
border: 1px solid #333;
padding: 2% 5%;
background: #a9e7f9; /* fallback */
background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
border-radius: 4px;
box-shadow: 0 0 4px rgba(0,0,0,0.3);
margin-top:40px;
}
.close-btn:hover {
opacity:0.7;
}

.close-btn {
display:block;
position: relative;
background:url('../img/layout/confirmationOkBtn.png') no-repeat;
width:89px;
height:40px;
cursor: pointer;
border:0px;
margin:0 auto;
z-index:4000;
}
.close-btn a{width:89px;height:40px;display:block;}