#PageCover {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-color:#000A19;
	opacity:0.00;
	filter:alpha(opacity=0);
	display:none;
}
#WindowWidget {
	width:564px;
	/*height:418px;*/
	z-index:2;
	/*border:3px double #666;*/
	/*background:transparent url('window.png') no-repeat top left;*/
	padding:6px;
	/*padding-left:24px;*/
	margin:70px auto;
	position:relative;
	text-align:left;
	opacity:1.00;
	filter:alpha(opacity=100);
}
#WindowWidgetTop {
	height:46px;
	width:564px;
	background:transparent url('window_top.png') no-repeat bottom left;
	margin-bottom:0;
}
#WindowWidgetMain {
	position:relative;
	background-color:#FFF;
}
#WindowWidgetBottom {
	height:46px;
	width:564px;
	background:transparent url('window_bottom.png') no-repeat top left;
}
#WindowWidgetText {
	/*height:376px;*/
	margin:0 24px;
	overflow:hidden;
}
#WindowWidgetText h2 {margin-top:0;}
#WindowWidgetXContainer {
	margin-top:16px;
	margin-right:30px;
	margin-bottom:6px;
	text-align:right;
	vertical-align:middle;
	float:right;
}
#WindowWidgetButtons {
	text-align:center;
}
.WindowWidgetButton {
	color:#000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 7px;
	background-color:#EEE;
	border:1px solid #AAA;
	display:none;
}