﻿/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%; } /* For IE 5 PC */

.sidebox {
	margin: 5px auto; /* center for now */
	width: 17em; /* 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: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.png) no-repeat top left;
	font-size: 12px; 
	color: #F7884B; 
	margin: 0;
	padding: 17px 16px 0; 
	text-align: left;
}
.boxbody {
	background: url(images/sbbody-l.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 16px 21px;
}

/* Adjust changes for light blue border background */
.lightblue .sidebox		{ background: url(images/lblue-sbbody-r.png) no-repeat bottom right; }
.lightblue .boxhead		{ background: url(images/lblue-sbhead-r.png) no-repeat top right; }
.lightblue .boxhead h2	{ background: url(images/lblue-sbhead-l.png) no-repeat top left; }
.lightblue .boxbody		{ background: url(images/lblue-sbbody-l.png) no-repeat bottom left; }

/* Adjust changes for light blue sidebox background */
.lightblue-sidebox				{ background: url(images/lb-sbbody-r.png) no-repeat bottom right; }
.lightblue-sidebox .boxhead		{ background: url(images/lb-sbhead-r.png) no-repeat top right; }
.lightblue-sidebox .boxhead h2	{ background: url(images/lb-sbhead-l.png) no-repeat top left; }
.lightblue-sidebox .boxbody		{ background: url(images/lb-sbbody-l.png) no-repeat bottom left; }

/* FULL SIZE
-------------------------------------------------------------------------------------------------------*/
.roundedbox {
	width: 800px; 
}

.roundedbox .boxhead {
	background: url(images/rcfull-top.png) no-repeat;
	height: 31px;
}

.roundedbox .boxbody {
	background: url(images/rcfull-bg.png) repeat-y;
	padding-bottom: 0;
}

.roundedbox .boxbottom {
	background: url(images/rcfull-bot.png) no-repeat;
	height: 31px;
	margin-bottom: 15px;
}