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

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

}
.Form > .con > .LkformContents {
	border-color: rgb(047, 047, 047);
	border-style:  solid;
	box-sizing:  border-box;
	height:  920px;
	left:  0px;
	position:  absolute;
	top:  0px;
	width:  1920px;

}