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

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em;
	font-size: 100%;
	background-image: url(/inc/images/box_right_lower.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/inc/images/box_right_upper.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h3 {
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(/inc/images/box_left_upper.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(/inc/images/box_left_lower.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
