/* coupons round corner */
.cssbox1, .cssbox_body1, .cssbox_head1, .cssbox_head1 h2{ 
	background: transparent url(../images/img.php.png) no-repeat bottom right;
}
.cssbox1{ 
	/* intended total box width - padding-right(next) */ 
	width: 97% !important; 
	/* IE Win = width - padding */ 
	width: 94%; 
	/* 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_head1{
	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_head1 h2{ 
	background-position:top left; 
/*	background:url(../images/site-bg.gif);
*/	margin:0; 
	/* reset main site styles*/ 
	border:0; 
	/* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
	padding:10px; 
	height:auto !important; height:1%;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	width:100%;
} 
/* IE Holly Hack */ /* set the lower-left corner image */
.cssbox_body1{ 
	background-position:bottom left; 
	/* interior-padding right */ 
	margin: 0;
	padding:0 0 20px 19px;
} 
/* mirror .cssbox_head right/left */
