html,body{
	background: #ffffff;
	letter-spacing: 1px;
}
#box_main_atas{
	width: 100%;
	height: 70px;
	background: #202020;
	position: fixed;
	margin: 0px;
	top: 0px;
	left: 0px;
	z-index: 15;
	box-shadow: 1px 1px 10px #000000;
}
#box_main_tengah{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	
}

#box_adminmenu{
	width: 175px;
	height: 100%;
	position: fixed;
	background: #efefef;
	left: 0px;
	top: 0px;
	padding-bottom:20px;
	padding-top: 80px;
	padding-left:10px;
	padding-right:10px;
	z-index: 10;
	overflow: hidden;
}
#box_adminmenu:after{
	content: "";
	position: absolute;
	left: 196px;
	top:0px;
	height: 100%;
	width: 1px;
	background: #c5c3c7;
}
#box_adminmodule{
	width: 100%;
	position: relative;
	padding:80px 20px 50px 210px;
	box-sizing:border-box;	
}
#box_adminmodule h2{
	padding: 5px 10px;
	box-shadow: 0px 0px 3px #8e8c8c;
	color: #ffffff;
	border-radius: 2px;
	background: #b3936a;
}
#box_adminmodule_peta{
	width: 100%;
	height:100%;
	position: relative;
	padding:80px 20px 30px 210px;
	box-sizing:border-box;	
}
#box_adminmodule_peta h2{
	border: 1px solid #dbdbdb;
	padding: 5px 10px;
	background: #d46303;
	box-shadow: 1px 1px 1px #8e8c8c;
	color: white;
}
#boxmasterpeta{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding:124px 20px 30px 210px; 
	box-sizing: border-box;
}
#boxmodulepeta{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing:border-box;	
}
#box_footer{
	position: fixed;
	z-index: 15;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #666666;
	background: #b3936a;
}
.box_main_konten{
	display: block;
	clear:both;
	position:relative;
	padding: 20px 10px;
	border: 1px solid #dbdbdb;
	background: #f4f4f4;
	margin-bottom: 20px;
}
.judul_form{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
.tombol_gambar{
	float: right;
	padding: 3px 10px;
	background: #d2d7dd;
	display: inline-block;
	cursor: pointer;
}
.box_main_konten .box_gambar{
	margin-top: 5px;
	display: block;
	width: 100%;
}
.box_main_konten_isian{
	display: block;
	clear:both;
	position:relative;
	padding: 20px 10px;
	border: 1px solid #dbdbdb;
	background: #d6f2d2;
	margin-bottom: 20px;
}
.box_gambar img{
	box-sizing:border-box;
	border: 5px solid #ffffff;
}
.box_button_atas{
	margin-bottom: 20px;
}
.box_button_bawah{
	margin-top: 10px;
}
.box_module_center{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
