.top_sh
{
 height: 3px;
 background: url("/Img/top_shadow.jpg") repeat-x;
 font-size: 3px;
}

.sh_left
{
 background: url("/Img/left_shadow.jpg") repeat-y left top;
}

.sh_right
{
 width: 100%;
 background: url("/Img/right_shadow.jpg") repeat-y right top;
}

.sh_left_top
{
 position: absolute;
 height: 3px;
 width: 3px;
 background: url("/Img/left_top_corner.jpg") no-repeat left bottom;
 font-size: 3px;
 left: 0;
}

.sh_right_top
{
 position: absolute;
 height: 3px;
 width: 3px;
 background: url("/Img/right_top_corner.jpg") no-repeat right bottom;
 font-size: 3px;
 right: 0;
}

.bottom_sh
{
 height: 3px;
 background: url("/Img/bottom_shadow.jpg") repeat-x;
 font-size: 3px;
}

.sh_left_bottom
{
 position: absolute;
 height: 3px;
 width: 3px;
 background: url("/Img/left_bottom_corner.jpg") no-repeat left bottom;
 font-size: 3px;
 left: 0;
}

.sh_right_bottom
{
 position: absolute;
 height: 3px;
 width: 3px;
 background: url("/Img/right_bottom_corner.jpg") no-repeat right bottom;
 font-size: 3px;
 right: 0;
}

