/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(img3.png) no-repeat bottom right}
    .cssbox{
	/* intended total box width - padding-right(next) */
      width:650px !important; /* IE Win = width - padding */
	width: 650px;
	/* the gap on the right edge of the image (not content padding) */
      padding-right:0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

    /* set the top-right image */
    .cssbox_head{
	/* pull the right image over on top of border */
      margin-right:0px;
	/* right-image-gap + right-inside padding */
      padding-right:0px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: right top;
}

    /* 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-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
	background-position:bottom left;
	margin-right:0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} /* mirror .cssbox_head right/left */
