/* CSS Document */
.overlayWrapper
{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
}
.overlayMask
{
	background:url("../img/reskin/overlay/mask.png");
	background-repeat:repeat;
	background-position:left top;
	width:100%;
	height:100%;
	float:left;
}
.overlayWindow
{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	float:left;
	z-index:20;
}
.overlayContent
{
	margin:0px auto;
	width:740px;
	position:relative;
	z-index:11;
}
.overlayContentInner
{
	background:#FFF;
}
.overlayContentTop
{
	background:url("../img/reskin/overlay/window_top.png") no-repeat left top;
	width:686px;
	float:left;
	padding:26px 27px 0;
}
.overlayContentBottom
{
	background:url("../img/reskin/overlay/window_bottom.png") no-repeat left bottom;
	width:740px;
	float:left;
	height:26px;
}
.loading
{
	height:200px;
	background:#FFF url("../img/reskin/overlay/loading.gif") no-repeat center center;
}
.overlayClose
{
	margin:0 auto;
	position:relative;
	width:740px;
	z-index:25;
}
.overlayClose a
{
	width:43px;
	height:43px;
	background:url("../img/reskin/overlay/window_close.png") no-repeat top left;
	position:absolute;
	top:0px;
	right:0px;
	z-index:30;
	cursor:pointer;
}