#container_shadow {
	position: relative;
	margin: 0px auto;
	width: 788px;
	background-image: url(/template/shared/images/shadow.png);
	background-repeat: repeat-y;
}

#shadow_tl {
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

#shadow_tr {
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	background-image: url(/template/shared/images/shadow_tr.png);
	background-repeat: no-repeat;
	background-color: #d1e6b5;
	overflow: hidden;
}

#shadow_b {
	clear: both;
	position: relative;
	width: 788px;
	height: 10px;
	background-image: url(/template/shared/images/shadow_b.png);
	background-repeat: no-repeat;
	background-color: #d1e6b5;
	overflow: hidden;
}