.sh_tl,
.sh_tc,
.sh_tr,
.sh_ml,
.sh_mr,
.sh_bl,
.sh_bc,
.sh_br
{
	display:block;
	position:absolute;
	overflow:hidden;
	
	margin:0;
	padding:0;
	
	/*border:#FF0000 solid 1px;*/
	
	width:16px;
	height:16px;
}	
.sh_tl
{
	left:0;
	top:0;
		
	margin-left:-16px;
	margin-top:-16px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/system/shadow/shadowTL.png', sizingMethod='scale', enable='true');
}
.sh_tl[class]
{
	background-image:url(/images/system/shadow/shadowTL.png);
}

.sh_tc
{
	left:0;
	top:0;
	
	width:100%;
		
	margin-left:0px;
	margin-top:-16px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowTC.png', sizingMethod='scale', enable='true');
}
.sh_tc[class]
{
	background-image:url(../images/system/shadow/shadowTC.png);
}

.sh_tr
{
	left:100%;
	top:0;
	
	margin-left:0px;
	margin-top:-16px;
		
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowTR.png', sizingMethod='scale', enable='true');
}
.sh_tr[class]
{
	background-image:url(../images/system/shadow/shadowTR.png);
}

.sh_ml
{
	left:0;
	top:0;
	
	height:100%;
	
	margin-left:-16px;
	margin-top:0px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowML.png', sizingMethod='scale', enable='true');
}
.sh_ml[class]
{
	background-image:url(../images/system/shadow/shadowML.png);
}

.sh_mr
{
	left:100%;
	top:0;
	
	height:100%;
	
	margin-left:0px;
	margin-top:0px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowMR.png', sizingMethod='scale', enable='true');
}
.sh_mr[class]
{
	background-image:url(../images/system/shadow/shadowMR.png);
}

.sh_bl
{
	left:0;
	top:100%;
		
	margin-left:-16px;
	margin-top:0px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowBL.png', sizingMethod='scale', enable='true');
}
.sh_bl[class]
{
	background-image:url(../images/system/shadow/shadowBL.png);
}

.sh_bc
{
	left:0;
	top:100%;
		
	margin-left:0px;
	margin-top:0px;
	
	width:100%;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowBC.png', sizingMethod='scale', enable='true');
}
.sh_bc[class]
{
	background-image:url(../images/system/shadow/shadowBC.png);
}

.sh_br
{
	left:100%;
	top:100%;
	
	margin-left:0px;
	margin-top:0px;
		
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/system/shadow/shadowBR.png', sizingMethod='scale', enable='true');
}
.sh_br[class]
{
	background-image:url(../images/system/shadow/shadowBR.png);
}

