/* shadowed edges */
#shadow-outer {   
    width: 640px;
    background:transparent;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    left:-40px; /* re-center */
    padding:0;
    margin:0;
}
#shadow-filler {    /* fills the interior fully */
    width:640px;
    position:relative;
    top:20px;
    left:20px;
    padding-bottom:40px;
    padding-right:40px;
    background:white;
}
#tlc {background:transparent url(/images/top-left.png) no-repeat top left; position:relative; top:-20px; left:-20px;}
#tb {background:transparent url(/images/top-bar.png) repeat-x top left; position:relative;left:40px;}
#trc {background:transparent url(/images/top-right.png) no-repeat top right;position:relative;left:40px;}
#rb	{background:transparent url(/images/right-bar.png) repeat-y top right;position:relative;top:40px;}
#brc{background:transparent url(/images/bottom-right.png) no-repeat bottom right;position:relative;top:40px;}
#bb	{background:transparent url(/images/bottom-bar.png) repeat-x bottom right;position:relative;right:40px;}
#blc {background:transparent url(/images/bottom-left.png) no-repeat bottom left;position:relative;left:-40px;}
#lb	{background:transparent url(/images/left-bar.png) repeat-y top left;position:relative;top:-40px;}
#shadow-inner {
    width:680px;
    margin:0; padding:0;
    position:relative;
    top:-20px;
    left:20px;
    background-color:transparent;
    z-index:4000;
}
