@charset "utf-8";
/* CSS Document */
#modal-kotak{
	margin:0;
	width: 100%;	
	height: 100px;
	position: absolute;
	position:fixed;
	z-index:999999;
	display: none;
	background:#FFFFFF;
	border-bottom:solid 2px #009207;	
}
#atas{
	font-size: 16px;
	padding: 20px;	
	height: 80%;
	text-align:center;
}
#bawah{
	background: #fff;
}

#tombol-tutup{	
	background: #e74c3c;
}
#tombol-tutup,#tombol{
	height: 30px;
	width: 100px;
	color: #fff;
	border: 0px;
}
#bg{
	opacity:.80;
	position: absolute;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	opacity: 0.8;
}
#tombol{
	background: #e74c3c;        
}

