div.shadowDiv {
	margin: 0 auto;
	position: relative;
	left: 0;
}

div.shadowDiv img.shadow, div.shadowDiv div.shadow {
	left: 4px;
	top: 4px;
	position: relative;
	z-index: 100;
}

div.shadowDiv div.tl {
	width: 16px;
	height: 16px;
	background: url(tl.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.shadowDiv div.tr {
	width: 16px;
	height: 16px;
	background: url(tr.png) no-repeat top right;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.shadowDiv div.br {
	width: 16px;
	height: 16px;
	background: url(br.png) no-repeat bottom right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div.shadowDiv div.bl {
	width: 16px;
	height: 16px;
	background: url(bl.png) no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div.shadowDiv div.l {
	width: 16px;
	background: url(l.png) repeat-y;
	position: absolute;
	left: 0;
	top: 16px;
}
div.shadowDiv div.r {
	width: 16px;
	background: url(r.png) repeat-y;
	position: absolute;
	right: 0;
	top: 16px;
}
div.shadowDiv div.t {
	height: 16px;
	background: url(t.png) repeat-x;
	position: absolute;
	top: 0;
	left: 16px;
}
div.shadowDiv div.b {
	height: 16px;
	background: url(b.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 16px;
}

