/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sideboxtrans 
{
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	font-size: 100%;
	width: 350px;
}

.sideboxwide 
{
/*	margin: 0 auto; /* center for now */
/*	width: 17em; /* ems so it will grow */
	font-size: 100%;
	width: 550px;
}	
.sideboxextrawide 
{
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	font-size: 100%;
	width: 750px;
}	
.boxheadextrawide 
{
	background: url(../images/sidebox/sbhead-extrawide.gif) no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxheadextrawide h2 {
	margin: 0;
	padding: 22px 30px 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 */
}

.boxheadwide 
{
	background: url(../images/sidebox/sbhead-wide.gif) no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxheadwide h2 {
	margin: 0;
	padding: 22px 30px 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 */
}
.boxbodywide {
	background: url(../images/sidebox/sbbody-wide.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.boxbodyextrawide {
	background: url(../images/sidebox/sbbody-extrawide.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.boxheadtrans 
{
	background: url(../images/sidebox/sbhead.gif) no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxheadtrans h2 {
	margin: 0;
	padding: 22px 30px 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 */
}
.boxbodytrans {
	background: url(../images/sidebox/sbbody.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sidebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	width: 350px;
}
.boxhead {
	background: url(../images/sidebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sidebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 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/sidebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.wrap { 
	position: relative; 
	top: 0px;
	left: 0px;
	width: 900px; 
	height: 558px; 
} 
.centercontent { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 100px; 
	margin-top: -150px; 
	width: 320px; 
	margin-left: -160px; 
} 
.centercontent-wide 
{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 100px; 
	margin-top: -150px; 
	width: 520px; 
	margin-left: -260px; 
}
.centercontent-extrawide 
{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 100px; 
	margin-top: -180px; 
	width: 720px; 
	margin-left: -380px; 
}
.pleasewaitcontent 
{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-left: -50px;
}

