.FormContainer {
	position: relative;
	width: 100%; height: 100%;
}
.FormMaskContainer {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 999;
	width: 100%; height: 100%;
	background-color: #ffffff;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}
.FormMask {
	width: 100%; height: 100%;
}
.FormMaskTable {
	display: table;
	text-align: center;
	width: 100%; height: 100%;
}
.FormMaskCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%; height: 100%;
	font-weight: bold;
}