.Form {
	pointer-events:  auto;
	opacity:  1;
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  310px;
	height:  390px;
	overflow:  hidden;

}
.Form > .con{
	pointer-events:  auto;
	opacity:  1;
	background: rgba(255, 255, 255, 1.0);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  310px;
	height:  390px;
	overflow:  hidden;

}
.Form > .con > .LabelBG {
	align-content:  center;
	align-items:  center;
	border-color: rgb(165, 165, 165);
	border-style:  solid;
	border-width:  1px;
	box-sizing:  border-box;
	display:  flex;
	height:  390px;
	justify-content:  flex-start;
	left:  0px;
	position:  absolute;
	top:  0px;
	width:  310px;

}
.Form > .con > .Btn0 {
	background: rgba(255, 255, 255, 1.0);
	height:  62px;
	left:  15px;
	position:  absolute;
	top:  315px;
	width:  90px;

}
.Form > .con > .Btn1 {
	background: rgba(255, 255, 255, 1.0);
	height:  62px;
	left:  110px;
	position:  absolute;
	top:  315px;
	width:  90px;

}
.Form > .con > .WebviewContents {
	color: rgba(000, 000, 000, 1.0);
	height:  287px;
	left:  15px;
	position:  absolute;
	top:  10px;
	width:  280px;

}
.Form > .con > .Btn2 {
	background: rgba(255, 255, 255, 1.0);
	height:  62px;
	left:  205px;
	position:  absolute;
	top:  315px;
	width:  90px;

}