table.shadowTable
{
	margin:0;
	padding:0;
	table-layout:auto;
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: transparent;
}

.bottomLeft
{ 
	background-image:url('../images/box/bottomLeft.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width:5px;;
	height:5px;	
}

.bottom
{ 
	border:none;	
	padding:1px;		
	background-image:url('../images/box/bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height:5px;	
}

table.shadowTable .right
{ 
	border:none;	
	padding:0;		
	background-image:url('../images/box/right.png');
	background-repeat: repeat-y;
	background-position: right bottom;
	width:5px;	
}

.bottomRight
{ 
	border:none;
	padding:0;		
	background-image:url('../images/box/bottomRight.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	width:5px;;
	height:5px;;	
	border-collapse:collapse	
}

.topRight
{ 
	border:none;	
	padding:0;		
	background-image:url('../images/box/topRight.png');	
	background-repeat: no-repeat;
	background-position: right top;
	width:5px;;
	height:9px;	
}

.topRightAndRight
{ 
	position:relative;
	left:0;
	top:0;
	border:none;	
	padding:0;		
	background-image:url('../images/box/topRightAndRight.png');	
	background-repeat: no-repeat;
	background-position: right top;
	width:5px;;
}

.shadowFull { width:100%; }
