#bg_box_wpesan {
	display:none;
	position:fixed;
	left:0px;
	bottom:0px;
	right:0px;
	top: 0%;
	z-index:100;
    background:rgba(39,39,39,0.8);
    
}
.stopscroll{
	height: 100%;
	overflow: hidden;
}
.bg_box_wpesan {
	position:fixed;
	left:0px;
	bottom:0px;
	right:0px;
	top: 0%;
	z-index:100;
    background:rgba(39,39,39,0.8);
    
}
#box_wpesan{
	position:absolute;
	width: 50%;
	background: #f0f0f0;
	display: none;
	position: absolute;
    left: 50%;
    z-index:101;
    transform: translateX(-50%);
}
.box_wpesan{
	position: absolute;
    width: 50%;
    max-width: 100%;
    background: #F5F7F6;
    background-image: -webkit-linear-gradient(top, #F5F7F6, #E5E8E8);
    background-image: -moz-linear-gradient(top, #F5F7F6, #E5E8E8);
    background-image: -ms-linear-gradient(top, #F5F7F6, #E5E8E8);
    background-image: -o-linear-gradient(top, #F5F7F6, #E5E8E8);
    background-image: linear-gradient(to bottom, #F5F7F6, #E5E8E8);
    position: absolute;
    left: 50%;
    z-index: 101;
    transform: translateX(-50%);
    border-radius: 4px;
    border: 2px solid #ABAFAB;
    font-family: sans-serif;
}
.box_winscroll{
	overflow: auto;
}
.ps_btbawah{
	position:relative;
	height: 30px;
	width: auto;
}
.btbox_bawah{
	position:relative;
	width: 50%;
	height:30px;
	box-sizing: border-box;
	display: block;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.title_window{
	padding: 5px 10px;
    background: #d9d9d9;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #B5ABAB;
    text-transform: capitalize;
    border-radius: 4px;
}


/* Chrome, Safari, Opera */ 
@-webkit-keyframes masuk {
    0%   {top: -50%;}
    100%  {top: 10%;}
}

/* Standard*/
@keyframes masuk {
    0%   {top: -50%;}
    100%  {top: 10%;}
}

@-webkit-keyframes keluar {
    0%   {top: 10%;}
    100%  {top: -50%;}
}

/* Standard*/
@keyframes keluar {
    0%   {top: 10%;}
    100%  {top: -50%;}
}
	
	
.animmasuk{
	top:10%;
    -webkit-animation: masuk 0.5s; /* Chrome, Safari, Opera */ 
    animation: masuk 0.5s;
}
.animkeluar{
	top:-50%;
	display:none;
    -webkit-animation: keluar 0.5s; /* Chrome, Safari, Opera */ 
    animation: keluar 0.5s;
}
.box_pesan_tutup{
	width:20px;height:20px;position:absolute;right:3px;top:3px;
	background:url(img/tutupwin.png);
	background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    cursor: pointer; 
}

@media screen and (max-aspect-ratio: 16/10) { 
	#box_wpesan{
		position:absolute;
		width: 98%;
		background: #f0f0f0;
		display: none;
		position: absolute;
	    left: 50%;
	    z-index:101;
	    transform: translateX(-50%);
	}
	.box_wpesan{
		position:absolute;
		width: 98%;
		background: #f0f0f0;
		position: absolute;
	    left: 50%;
	    z-index:101;
	    transform: translateX(-50%);
	}
} 