.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/box-fondo-01.png) no-repeat bottom right; 
} 
.cssbox {
	width: 100%;
	margin: 0px 0px 0px -5px;
	padding: 0px 7px 0px 0px;
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -7px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 20px 0 8px 25px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align: left;
} 

/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 17px; /* interior-padding right */
	padding: 1px 0 8px 20px; /* mirror .cssbox_head right/left */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


