/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/images/sbbody-r.png) no-repeat bottom right;
	font-size: 100%;
}

.sidebox440 {
	margin: -5px; /* center for now */
	width: 440px; /* ems so it will grow */
	background: url(/images/sbbody-r.png) no-repeat bottom right;
	font-size: 100%;
}

.sidebox350 {
	margin: -5px; /* center for now */
	width: 350px; /* ems so it will grow */
	background: url(/images/sbbody-r.png) no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url(/images/sbhead-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(/images/sbhead-l.png) no-repeat top left;
	margin: 0;
	padding: 15px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(/images/sbbody-l.png) no-repeat bottom left;
	margin: 0;
	padding: 10px 20px 21px;
	/*height: 400px; /*Set the height of block*/
}

/*
<div class="sidebox">
	<div class="boxhead"><h2>Test Headline</h2></div>
	<div class="boxbody">
		This is a short sample paragraph.
		And another one.
	</div>
</div>
*/

