/* set the image to use and establish the lower-right position */
    .box, .box_head, .box_head h2, .box_body{
      background: transparent url(img4.png) no-repeat bottom right}
    .box{
	/* intended total box width - padding-right(next) */
      width:150px !important; /* IE Win = width - padding */
	width: 150px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

    /* set the top-right image */
    .box_head{
	background-position:right top;
	/* pull the right image over on top of border */
      margin-right:0px;
	/* right-image-gap + right-inside padding */
      padding-right:0px;
	padding-left: 0px;
}

    /* set the top-left image */
    .box_head h2{
	background-position:top left;
	margin:0; /* reset main site styles*/
	border:0;
	height:auto !important;
	height:1%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
} /* IE Holly Hack */

    /* set the lower-left corner image */
    .box_body{
	background-position:bottom left;
	margin-right:0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
} /* mirror .cssbox_head right/left */
