/******************************************************/
/* POPUP PAGE
/******************************************************/
body.PopupPage #Page
{
	float: none;
	width: 600px;
	margin: 10px auto;
}

body.PopupPage #Header
{
	margin: 3px;
}

body.PopupPage #Header .Logo
{
	float: left;
}

body.PopupPage #Header .Button
{
	float: right;
	margin: 7px 0 0 10px;
}

body.PopupPage #RegionContent
{
	background-color: #fff;
	float: none;
	width: auto;
	padding: 15px;
}

/******************************************************
/* FORM
/*****************************************************/
body.PopupPage INPUT.TextBox
{
	width: 403px;
}

body.PopupPage TEXTAREA
{
	width: 401px;
}

/******************************************************
/* Footer
/*****************************************************/
body.PopupPage .Footer 
{
}


/******************************************************
/* BigImage
/*****************************************************/
.BigImage .Parent
{
	position:relative;
}

.BigImage .Parent .Front
{
	BACKGROUND-POSITION: left top; 
	BACKGROUND-IMAGE: url(/Images/SkinImg.gif); 
	BACKGROUND-REPEAT: repeat;
	z-index: 50;
	width: 100%;
	height:100%;
	
	position:absolute;
	top: 0;
	left: 0;	
}
