@charset "utf-8";
/* CSS Document */



.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(img-white-gray-border.png) no-repeat bottom right
}
.cssbox {
	/* intended total box width - padding-right(next) */
      width:200px !important; /* IE Win = width - padding */
	width: 200px;
	/* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
	margin:20px 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:10px
} /* 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 10px 10px;
	height:auto !important;
	height:1%
} /* IE Holly Hack */ /* set the lower-left corner image */
.cssbox_body {
	background-position:bottom left;
	margin-right:0px; /* interior-padding right */
	padding:5px 0 10px 10px;
} /* mirror .cssbox_head right/left */

.box {font:.8em Arial, Helvetica, sans-serif; color: #333333;  line-height:1.5em;}


/*Wide Boxes */


.cssbox_wide {
	background: transparent url(img-white-gray-border.png) no-repeat bottom right
}
.cssbox_wide {
	/* intended total box width - padding-right(next) */
      width:420px !important; /* IE Win = width - padding */
	width: 420px;
	clear:both;
	/* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
	margin:12px 10px
}

