.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 > .edtControlName {
	display:  flex;
	height:  50px;
	left:  10px;
	position:  absolute;
	text-align:  center;
	top:  20px;
	width:  250px;

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

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

}
.Form > .con > .btnRollBack {
	height:  50px;
	left:  1396px;
	position:  absolute;
	top:  20px;
	width:  50px;

}
.Form > .con > .btnDelete {
	height:  50px;
	left:  1456px;
	position:  absolute;
	top:  20px;
	width:  50px;

}
.Form > .con > .btnSave {
	color: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  10px;
	position:  absolute;
	top:  850px;
	width:  1496px;

}
.Form > .con > .boardContent {
	height:  760px;
	left:  10px;
	position:  absolute;
	top:  80px;
	width:  1496px;

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

}
.Form > .con > .btnChkCancel {
	background: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  468px;
	position:  absolute;
	top:  20px;
	width:  175px;

}
.Form > .con > .btnChkout {
	background: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  275px;
	position:  absolute;
	top:  20px;
	width:  120px;

}
.Form > .con > .btnChkIn {
	background: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  275px;
	position:  absolute;
	top:  20px;
	width:  120px;

}