#tb_gameWrap {
	position: relative;
	z-index: 1;
}

#tb_gameLoader {
	position: absolute;
	width: inherit;		/* Inherit width from #tb_gameWrap */
	height: inherit;	/* Inherit height from #tb_gameWrap */
	z-index: 2;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
#tb_gameLoader span {
	display: block;
	padding-top: 50px;
}

/*
	This div holds Flash game
*/
#tb_gameContainer {
	position: relative;
	width: inherit;
	height: inherit;
	z-index: 10;
}

/*
	This is div that is replaced with Flash game
*/
#tb_flashContent {
	width: inherit;
	height: inherit;
}

#toolboxOverlay {
	background: #000;
	opacity: 0.8;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 8010;
}

.toolboxWindow {
	position: absolute;
	background: #fff;
	width: 500px;
	min-height: 345px;
	z-index: 8011;
}