div.shadow {
	margin: 0 auto; padding: 0 7px 0 0;
	position: relative;
	background: white url(../img/shad_right.png) repeat-y top right;
}

div.shadow img{
	padding: 1px 0 6px 1px;
	background: #b6b6b6 url(../img/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topright {
	width: 7px; height: 10px;
	background: url(../img/shad_trcorner.png) no-repeat top right;
	position: absolute;
	top: 0; right: 0;
}

div.shadow div.bottomleft {
	width: 7px; height: 6px;
	background: url(../img/shad_blcorner.png) no-repeat bottom left;
	position: absolute;
	bottom: 0; left: 0;
}

div.shadow div.bottomright {
	width: 9px; height: 6px;
	background: url(../img/shad_brcorner.png) no-repeat bottom right;
	position: absolute;
	bottom: 0; right: 0;
}