#html_lock
{
	border-collapse: collapse;
	background-color: silver;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 0;
	cursor: wait;
}

#html_lock_message
{
	border: 1px solid black;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 24px;
	visibility: hidden;
	z-index: 1;
	position: absolute;
	/*position: fixed;
	height: 20%;
	widht: 20%;
	top: 40%;
	left: 40%;*/
	cursor: wait;
	height: auto;
	width: auto;
	color: black;
}

#html_lock_iebug54367
{
	position: absolute;
	cursor: wait;
	width: 100%;
	height: 100%;
	z-index: 0;
}
