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/bottomLeft.png');
	background-repeat: no-repeat;
	background-position: right top;
	width:9px;
	height:9px	
}

.bottom
{ 
	border:none;	
	padding=0;		
	background-image:url('images/bottom.png');
	background-repeat: repeat-x;
	background-position: right top;
	height:9px	
}

.right
{ 
	border:none;	
	padding=0;		
	background-image:url('images/right.png');
	background-repeat: y-repeat;
	background-position: left top;
	width:9px	
}

.bottomRight
{ 
	border:none;
	padding=0;		
	background-image:url('images/bottomRight.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px;
	height:9px;	
	border-collapse:collapse	
}

.topRight
{ 
	border:none;	
	padding=0;		
	background-image:url('images/topRight.png');	
	background-repeat: no-repeat;
	background-position: left bottom;
	width:9px;
	height:9px;	
}

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

.textOfShadowTable
{
	border:1px dotted black;
	position:relative;
	left: 0px;
	top: 0px;	
	padding: 10px;
	background: #ffc;
	width:auto;	
}


