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

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

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

}
.Form > .con > .lblMail {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  60px;
	justify-content:  flex-end;
	left:  616px;
	position:  absolute;
	top:  20px;
	width:  198px;

}
.Form > .con > .lblName {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  60px;
	justify-content:  flex-end;
	left:  824px;
	position:  absolute;
	top:  20px;
	width:  166px;

}
.Form > .con > .lblDate {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  60px;
	justify-content:  flex-end;
	left:  1000px;
	position:  absolute;
	top:  20px;
	width:  190px;

}
.Form > .con > .contContent {
	height:  1080px;
	left:  10px;
	overflow:  hidden;
	position:  absolute;
	top:  100px;
	width:  1180px;

}
.Form > .con > .WebView0 {
	border-color: rgb(213, 049, 090);
	border-style:  solid;
	box-sizing:  border-box;
	height:  1080px;
	left:  10px;
	position:  absolute;
	top:  100px;
	width:  1180px;

}