.pi_generic_box {
   position:relative;
   z-index:0;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.pi_generic_box .x1,
.pi_generic_box .x1a,
.pi_generic_box .x2,
.pi_generic_box .x2a {
   display:block;
   background:url(/sitelib/RichmondFedOrg/images/box_glow.png) no-repeat;
   /* turn off for IE6 or use a GIF  */
   /*_background:transparent;*/
   width:100%;
   height:100%;
   position:absolute;
}
.pi_generic_box .x1{
   background-position:0 0;
   z-index:-2;
   top:-5px; /* set to the size of the glow */
   left:-5px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 5px 5px 0; 
}
.pi_generic_box .x1 .x1a {
   height:5px;
   width:5px;
   background-position:100% 0;
   right:-5px;
   top:0;
}
.pi_generic_box .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-5px;
   right:-5px;
   padding:5px 0 0 5px;
}
.pi_generic_box .x2 .x2a {
   height:5px;
   width:5px;
   background-position:0 100%;
   left:-5px;
   bottom:0;
}


/**** PROMO BOX ****/

.promo_box {
   position:relative;
   z-index:0;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.promo_box .x1,
.promo_box .x1a,
.promo_box .x2,
.promo_box .x2a {
   display:block;
   background:url(/sitelib/RichmondFedOrg/images/box_glow_gold.png) no-repeat;
   /* turn off for IE6 or use a GIF  */
   /*_background:transparent;*/
   width:100%;
   height:100%;
   position:absolute;
}
.promo_box .x1{
   background-position:0 0;
   z-index:-2;
   top:-5px; /* set to the size of the glow */
   left:-5px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 5px 5px 0; 
}
.promo_box .x1 .x1a {
   height:5px;
   width:5px;
   background-position:100% 0;
   right:-5px;
   top:0;
}
.promo_box .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-5px;
   right:-5px;
   padding:5px 0 0 5px;
}
.promo_box .x2 .x2a {
   height:5px;
   width:5px;
   background-position:0 100%;
   left:-5px;
   bottom:0;
}

