#toplayer-mask {
	position: absolute;
	z-index: 999999998;
	border: 0;
	background: transparent url('toplayer_blank.gif');
	overflow:hidden;
}

#toplayer-close-mask {
	position: absolute;
	display: none;
	z-index: 999999999;
	width: 20px;
	height: 20px;
	border: 0;
	background: transparent url('toplayer_close.png') no-repeat top;
	cursor: pointer;
	margin: 5px 0 0 -5px;
}

#toplayer-body-content {
	position: absolute;
	display: none;
	z-index: 999999997;
	/*background: transparent;*/
	background: #FFFFFF;
	border: 1px solid gray;
}

.toplayer-mask-hand {
	cursor: pointer;
}


