
table.shadows td.top_left,
table.shadows td.top_right,
table.shadows td.bottom_left,
table.shadows td.bottom_right {
	width:5px;
	height:5px;	
}

table.shadows td.top, 
table.shadows td.bottom {
	height:5px;	
} 

table.shadows td.left, 
table.shadows td.right {
	width:5px;	
}

table.shadows td.top_left {
	background:#FFF url(/img/fw/shadows/shadow_top_left.gif) no-repeat;
}

table.shadows td.top_right {
	background:#FFF url(/img/fw/shadows/shadow_top_right.gif) no-repeat;
}

table.shadows td.bottom_left {
	background:#FFF url(/img/fw/shadows/shadow_bottom_left.gif) no-repeat;
}

table.shadows td.bottom_right {
	background:#FFF url(/img/fw/shadows/shadow_bottom_right.gif) no-repeat;
}


table.shadows td.top {
	background:#FFF url(/img/fw/shadows/shadow_top.gif) repeat-x;
} 

table.shadows td.bottom {
	background:#FFF url(/img/fw/shadows/shadow_bottom.gif) repeat-x;
} 

table.shadows td.left {
	background:#FFF url(/img/fw/shadows/shadow_left.gif) repeat-y;
} 

table.shadows td.right {
	background:#FFF url(/img/fw/shadows/shadow_right.gif) repeat-y;
} 