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

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

    /* set the top-left image */
    .cssbox_head h2{
	background-position:top left;
	margin:0; /* reset main site styles*/
	border:0;
	height:auto !important;
	height:1%;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 25px;
} /* IE Holly Hack */

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