/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/800x800-15px-border.png) no-repeat bottom right;
    margin: 0;
    padding: 0; 
}

.cssbox {
    width: 243px;   /* intended total box width - padding-right(next) */
    padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
    margin: 0 auto;         /* use to position the box */
}

/* set the top-right image */
.cssbox_head {
    background-position: top right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 15px;       /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head h2 {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 30px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important; 
    height: 1%;                /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssbox_body {
    background-position: bottom left;
    margin-right: 25px;        /* interior-padding right */
    padding: 15px 0 30px 40px; /* mirror .cssbox_head right/left */
}



/*white-background*/
/* set the image to use and establish the lower-right position */
.cssboxw, .cssboxw_body, .cssboxw_head, .cssboxw_head h2 {
    background: transparent url(../images/800x800-15px-border-white.png) no-repeat bottom right;
    margin: 0;
    padding: 0; 
}

.cssboxw {
    width: 335px;   /* intended total box width - padding-right(next) */
    padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
    margin: 0 auto;         /* use to position the box */
}

/* set the top-right image */
.cssboxw_head {
    background-position: top right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssboxw_head h2 {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important; 
    height: 1%;                /* IE Holly Hack */
}


/* set the lower-left corner image */
.cssboxw_body p {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; line-height: 1.5;
	margin: 0 0 10px 0;               
}

/* set the lower-left corner image */
.cssboxw_body {
    background-position: bottom left;
    margin-right: 25px;        /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; line-height: 1.5;
}