.Form {
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  360px;
	height:  74px;
	overflow:  hidden;

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

}
.Form > .con > .LblTitle {
	align-content:  center;
	align-items:  center;
	border-width:  1px;
	display:  flex;
	height:  28px;
	justify-content:  flex-start;
	left:  20px;
	position:  absolute;
	top:  30px;
	width:  281px;

}
.Form > .con > .GridSel {
	background: var(--c-047);
	border-bottom:  0px solid rgb(165, 165, 165);
	border-left:  0px solid rgb(165, 165, 165);
	border-right:  0px solid rgb(165, 165, 165);
	border-top:  0px solid rgb(165, 165, 165);
	box-sizing:  border-box;
	height:  100px;
	left:  0px;
	overflow:  hidden;
	position:  absolute;
	top:  74px;
	width:  360px;

}

.Form > .con > .BtnClose {
	height:  24px;
	left:  316px;
	position:  absolute;
	top:  30px;
	width:  24px;

}