body {
	position:	relative;
	}

.liteboxFrame {
	background:		black;
	position:		absolute;
	top:			0px;
	bottom:			0px;
	left:			0px;
	right:			0px;
	background:		url( '../image/litebox/black_matte.png' );
	z-index:		24000;
	text-align:		left;
	}

.liteboxCore {
	position:		relative;
	z-index:		24001;
	background:		url( '../image/litebox/indicator_bar.gif' )
	                center center
	                no-repeat;
	width:          126px;
	height:         22px;
	}

.liteboxMessage {
	padding:			10px;
	font-size:			large;
	font-weight:		bold;
	background-color:	#FFF;
}