
#lockWin {
	position: absolute;
	display: table-cell;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: #000;
	z-index: 9999999;
	vertical-align: middle;
	color: #fff;
	text-align:center
}

#lockWinText {
	text-align: center;
	position: absolute;
	width: 100%;
}

#blankScreen {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999999;
	background-color: black;
	display: none;
}

#errField {
	position: absolute;
	top: 0px;
	right: 20px;
	display: inline-block;
	font-size: 50%;
	z-index: 9999999;
	text-align: right;
}
