.shadowedbox
{
	
	
}
.shadowedbox .topright
{
	width: 7px;
	height: 4px;
	background-image: url("/img/shadow_top_right.png");
}	
.shadowedbox .topleft
{
	width: 7px;
	height: 4px;
	background-image: url("/img/shadow_top_left.png");
}	
.shadowedbox .top
{
	height: 4px;
	background-image: url("/img/shadow_top.png");
}
.shadowedbox .right
{
	width: 7px;
	background-image: url("/img/shadow_right.png");
}
.shadowedbox .left
{
	width: 7px;
	background-image: url("/img/shadow_left.png");
}
.shadowedbox .bottomright
{
	width: 7px;
	height: 9px;
	background-image: url("/img/shadow_bottom_right.png");
}
.shadowedbox .bottomleft
{
	width: 7px;
	height: 9px;
	background-image: url("/img/shadow_bottom_left.png");
}
.shadowedbox .bottom
{
	height: 9px;
	background-image: url("/img/shadow_bottom.png");
}