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

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

}
.Form > .con > .LabelBG {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  322px;
	justify-content:  flex-start;
	left:  15px;
	position:  absolute;
	top:  16px;
	width:  282px;

}
.Form > .con > .WebviewContents {
	border-color: rgb(165, 165, 165);
	height:  298px;
	left:  16px;
	position:  absolute;
	top:  16px;
	width:  309px;

}
.Form > .con > .Btn0 {
	color: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  16px;
	position:  absolute;
	top:  334px;
	width:  90px;

}
.Form > .con > .Btn1 {
	color: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  126px;
	position:  absolute;
	top:  334px;
	width:  90px;

}
.Form > .con > .Btn2 {
	color: rgba(255, 255, 255, 1.0);
	height:  50px;
	left:  236px;
	position:  absolute;
	top:  334px;
	width:  90px;

}