body
{
	/*background-color:#0000CC;*/

}

div.contentObject
{
	
	position:relative;

}


div.contentObject div.contentShadow
{
	/*
	
	bottom and right is the difference of the shadow with minus the offset above

	*/
	position:absolute;
	bottom:-12px;
	right:-12px;
	width:101%;
	height:101%;
	overflow:hidden;
	z-index:-5;
}

div.contentObject div.contentShadow div.contentShadowC
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:19px;
	height:19px;
	background-image: url(_Images/Shadows/Element_Shadows_r3_c3.png);
	background-repeat: repeat-x;
	background-position: bottom right;
}


div.contentObject div.contentShadow div.contentShadowH
{
	position:absolute;
	bottom:0px;
	right:19px;
	height:12px;
	width:99%;
	background-image: url(_Images/Shadows/Element_Shadows_r3_c2.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}

div.contentObject div.contentShadow div.contentShadowV
{
	position:absolute;
	bottom:19px;
	right:0px;
	height:99%;
	width:12px;
	background-image: url(_Images/Shadows/Element_Shadows_r2_c3.png);
	background-repeat: repeat-y;
	background-position: right bottom;
}

div.contentObject div.contentRegion
{
	position:relative;
	height:auto;
	z-index:20;
}
