﻿table.shadowTable
{
	margin:0;
	padding:0;
	table-layout:auto;
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: transparent;
}

.bottomLeft
{ 
    border:none;	
	padding:0;		
	background-image:url(../img/bottomLeft.png);
	background-repeat:no-repeat;
	background-position: right top;
	border-collapse:collapse;
	width:9px;
	height:9px;	
}

.bottom
{ 
	background-image:url(../img/bottom.png);
	background-repeat:repeat-x;
	height:9px;	
}

.bottomRight
{ 
	border:none;
	padding:0;		
	background-image:url(../img/bottomRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: transparent;*/
	width:9px;
	height:9px;	
}

.topRightAndRight
{ 
	position:relative;
	left:0;
	top:0;
	border:none;	
	padding:0;		
	background-image:url(../img/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;	
}
