
#topShadow {
	display: block;
	position: relative;
	width: 720px;
	height: 16px;
	background: url("/images/border2/t.gif") #ffffff right repeat-x; 	
}
#topLeftShadow {
	position: absolute;
	left: 0;
	top: 0;
	height: 16px;
	width: 17px;
	background: url("/images/border2/tl.gif") #ffffff top left no-repeat; 	
	margin: 0;
	padding: 0;
}
#topRightShadow {
	position: absolute;
	right: 0;
	top: 0;
	height: 16px;
	width: 19px;
	background: url("/images/border2/tr.gif") #ffffff top right no-repeat; 	
	margin: 0;
	padding: 0;
}
#bottomShadow {
	display: block;
	position: relative;
	width: 720px;
	height: 19px;
	background: url("/images/border2/b.gif") #ffffff right repeat-x; 	
}
#bottomLeftShadow {
	position: absolute;
	left: 0;
	top: 0;
	height: 19px;
	width: 17px;
	background: url("/images/border2/bl.gif") #ffffff top left no-repeat; 	
	margin: 0;
	padding: 0;
}
#bottomRightShadow {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 19px;
	width: 19px;
	background: url("/images/border2/br.gif") #ffffff top right no-repeat; 	
	margin: 0;
	padding: 0;
}
