/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
	background: transparent url(../img/demobox.png) no-repeat bottom right;
}
.cssbox{
/* intended total box width - padding-right(next) */
	width: 262px !important; /* IE Win = width - padding */
	width: 247px; 
    /* the gap on the right edge of the image (not content padding) */
    padding-right: 15px; /* use to position the box */
    margin: 20px auto;
	float: left
}
/* 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; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
    padding: 20px 0 5px 25px; 
    height: auto !important;
    height: 1%;
	text-align: left;
	color: #085a75;
	font-weight: bold
} /* IE Holly Hack */
  /* set the lower-left corner image */
.cssbox_body {
	background-position:bottom left;
	margin-right: 10px; /* interior-padding right */ 
	padding: 2px 0 15px 15px
} /* mirror .cssbox_head right/left */
.cssbox_body p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px
}
.cssboxs, .cssbox_bodys, .cssbox_heads, .cssbox_heads h2{
	background: transparent url(../img/demobox.png) no-repeat bottom right;
}
.cssboxs{
/* intended total box width - padding-right(next) */
	width: 210px !important; /* IE Win = width - padding */
	width: 195px; 
    /* the gap on the right edge of the image (not content padding) */
    padding-right: 15px; /* use to position the box */
    margin: 10px auto
}
/* set the top-right image */
.cssbox_heads{
	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_heads h2{
	background-position: top left;
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
    padding: 20px 0 5px 25px; 
    height: auto !important;
    height: 1%;
	text-align: left;
	color: #085a75;
	font-weight: bold} /* IE Holly Hack */
    /* set the lower-left corner image */
.cssbox_bodys{
	background-position:bottom left;
	margin-right: 10px; /* interior-padding right */ 
	padding: 2px 0 15px 15px
} /* mirror .cssbox_head right/left */
.cssbox_bodys p{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px
}