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

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

}
.Form > .con > .imgCI {
	border-color: "";
	height:  140px;
	left:  0px;
	position:  absolute;
	top:  0px;
	width:  240px;

}
.Form > .con > .lblQnA {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  140px;
	justify-content:  center;
	left:  260px;
	position:  absolute;
	top:  0px;
	width:  200px;

}
.Form > .con > .lblSection {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  140px;
	justify-content:  center;
	left:  460px;
	position:  absolute;
	top:  0px;
	width:  100px;

}
.Form > .con > .imgUserProfile {
	border-color: "";
	height:  80px;
	left:  1700px;
	position:  absolute;
	top:  30px;
	width:  80px;

}
.Form > .con > .btnClose {
	background: rgba(255, 255, 255, 1.0);
	height:  80px;
	left:  1600px;
	position:  absolute;
	top:  30px;
	width:  80px;

}