   /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(img.php.png) no-repeat bottom right}
    .cssbox{
	/* intended total box width - padding-right(next) */
    width:120px !important; /* IE Win = width - padding */
	 width: 120px;
	/* the gap on the right edge of the image (not content padding) */
    padding-right:0px;
	margin: 1px 15px 15px 15px;
}

    /* set the top-right image */
    .cssbox_head{background-position:top right}

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

 /* set the lower-left corner image */
    .cssbox_body{
	background-position:bottom left;
	margin: 0; /* interior-padding right */
	padding:0 0 1px 0;
	font-size: 10px;
	text-align:center;	  
	  } /* mirror .cssbox_head right/left */
	  

