.boxshadow .middle_top .center, .boxshadow .middle_bottom .center
{
	background:	#FFFFFF;
}

/*	Top list	*/
.boxshadow .top .left
{
	width:	20px;
	background:	url(../images/shadow_topleft.png) no-repeat bottom right;
}

.boxshadow .top .center
{
	height:	14px;
	background:	url(../images/shadow_top.png) repeat-x bottom;
}

.boxshadow .top .right
{
	width:	20px;
	background:	url(../images/shadow_topright.png) no-repeat bottom left;
}


/*	Middle list (left)	*/
.boxshadow .middle_top .left, .boxshadow .middle .left, .boxshadow .middle_bottom .left
{
	width:	13px;
}

.boxshadow .middle_top .left
{
	height:	10px;
	background:	url(../images/shadow_lefttop.png) no-repeat right;
}

.boxshadow .middle .left
{
	height:	auto;
	background:	url(../images/shadow_left.png) repeat-y right;
}

.boxshadow .middle_bottom .left
{
	height:	10px;
	background:	url(../images/shadow_leftbottom.png) no-repeat right;
}


/*	Middle list (left)	*/
.boxshadow .middle_top .right, .boxshadow .middle .right, .boxshadow .middle_bottom .right
{
	width:	13px;
}

.boxshadow .middle_top .right
{
	height:	10px;
	background:	url(../images/shadow_righttop.png) no-repeat right;
}

.boxshadow .middle .right
{
	background:	url(../images/shadow_right.png) repeat-y right;
}

.boxshadow .middle_bottom .right
{
	height:	10px;
	background:	url(../images/shadow_rightbottom.png) no-repeat right;
}


.boxshadow .bottom .left
{
	width:	24px;
	background:	url(../images/shadow_bottomleft.png) no-repeat top right;
}

.boxshadow .bottom .center
{
	height:	14px;
	background:	url(../images/shadow_bottom.png) repeat-x top;
}

.boxshadow .bottom .right
{
	width:	24px;
	background:	url(../images/shadow_bottomright.png) no-repeat top left;
}
