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

}
.Form > .con{
	background: var(--c-042);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  540px;
	height:  800px;
	overflow:  hidden;

}
.Form > .con > .lblName {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  30px;
	justify-content:  center;
	left:  60px;
	position:  absolute;
	top:  10px;
	width:  420px;

}
.Form > .con > .lblDesc {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	color: var(--c-146);
	display:  flex;
	height:  60px;
	justify-content:  center;
	left:  20px;
	position:  absolute;
	top:  60px;
	width:  500px;

}
.Form > .con > .pann {
	height:  558px;
	left:  20px;
	overflow:  hidden;
	position:  absolute;
	top:  120px;
	width:  500px;

}

.Form > .con > .btnCall {
	color: var(--c-062);
	height:  70px;
	left:  40px;
	position:  absolute;
	top:  700px;
	width:  460px;

}
.Form > .con > .ButtonClose {
	height:  47px;
	left:  472px;
	position:  absolute;
	top:  5px;
	width:  58px;

}