/* CSS Document */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(roundbox/bg-box7.png) bottom right;
	background-repeat: no-repeat;
} 

.cssbox {
	width: 145px !important;
	width: 130px;
	padding-right: 15px;
	margin-top: 0px;
	margin-left: -10px;
	margin-bottom: 0px;
	margin-right: auto;
} 

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

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0;
	border: 0;
	height: auto !important;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 20px;
	line-height: normal;
} 