.dropShadowRight {
    width: 8px;
    background: url(../images/content/drop_shadow_right.png) top left repeat-y;
	font-size: 1px; line-height: 1px;
}
.dropShadowBottom {
    height: 8px;
    background: url(../images/content/drop_shadow_bottom.png) top left repeat-x;
	font-size: 1px; line-height: 1px;
}
.dropShadowBottomRightCorner {
	width: 8px; height: 8px;
    background: url(../images/content/drop_shadow_br_corner.png) top left no-repeat;
	font-size: 1px; line-height: 1px;
}
.dropShadowUpperRightCover {
	width: 8px; height: 8px;
    background: url(../images/content/drop_shadow_ur_cover.png) top left no-repeat;
	font-size: 1px; line-height: 1px;
}
.dropShadowBottomLeftCover {
	width: 8px; height: 8px;
    background: url(../images/content/drop_shadow_bl_cover.png) top left no-repeat;
	font-size: 1px; line-height: 1px;
}