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

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

}
.Form > .con > .lblDepth1 {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  50px;
	justify-content:  flex-start;
	left:  20px;
	position:  absolute;
	top:  20px;
	width:  150px;

}
.Form > .con > .lblItemName {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  40px;
	justify-content:  flex-start;
	left:  20px;
	position:  absolute;
	top:  118px;
	width:  150px;

}
.Form > .con > .edtItemName {
	display:  flex;
	height:  40px;
	left:  171px;
	position:  absolute;
	top:  115px;
	width:  300px;

}
.Form > .con > .btnAdd {
	border-color: "";
	border-radius:  5px;
	color: rgba(255, 255, 255, 1.0);
	height:  40px;
	left:  485px;
	position:  absolute;
	top:  115px;
	width:  100px;

}