.Form {
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  1516px;
	height:  900px;
	overflow:  hidden;

}
.Form > .con{
	background: rgba(255, 255, 255, 1.0);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  1516px;
	height:  900px;
	overflow:  hidden;

}
.Form > .con > .lblDepth {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  50px;
	justify-content:  flex-start;
	left:  45px;
	position:  absolute;
	top:  60px;
	width:  400px;

}
.Form > .con > .lblDepthName {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  50px;
	justify-content:  flex-start;
	left:  45px;
	position:  absolute;
	top:  145px;
	width:  400px;

}
.Form > .con > .grdCheckOutList {
	border-bottom:  0px solid rgb(165, 165, 165);
	border-left:  0px solid rgb(165, 165, 165);
	border-right:  0px solid rgb(165, 165, 165);
	border-top:  1px solid rgb(165, 165, 165);
	box-sizing:  border-box;
	height:  400px;
	left:  45px;
	overflow:  hidden;
	position:  absolute;
	top:  260px;
	width:  1416px;

}

.Form > .con > .btnRollBack {
	color: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  608px;
	position:  absolute;
	top:  806px;
	width:  300px;

}
.Form > .con > .btnClose {
	height:  35px;
	left:  1450px;
	position:  absolute;
	top:  30px;
	width:  35px;

}