/* CSS Document */

.top {
background-image:url(images/shadow/top.png);
background-position:bottom;
background-repeat:repeat-x;
}
.left {
background-image:url(images/shadow/left.png);
background-position:right;
background-repeat:repeat-y;
}
.topleft {
background-image:url(images/shadow/topleft.png);
}
.bottomleft {
background-image:url(images/shadow/bottomleft.png);
background-repeat:no-repeat;
}
.bottom {
background-image:url(images/shadow/bot.png);
background-repeat:repeat-x;
}