
/* MSIE5.5 & MSIE6 */

.cmiddle2 {	
	width:100%;
	padding:12px 0 0 12px;
	background-color:black;

	xfilter:progid:DXImageTransform.Microsoft.Blur(pixelradius=8,makeshadow=true,shadowopacity=0.2);
	behavior:url(../../7F7D7CB1B80AAA22C125765000380047/$file/png-bg-scale.htc);
	visibility:hidden;
}
* > .cmiddle2 {
	width:auto;
	padding:0;
	background-color:transparent;

/* NOTE! Do not include ANY kind of filter property, because then mise font-smoothing will be disabled...! */
	xfilter:;
	behavior:url();
	visibility:inherit; /* inherit (not visible) is important here due to elementFromPoint script... */
}
.cmiddle3 {
	position:relative;
	width:100%;
}
* > .cmiddle3 {
	position:static;
	width:auto;
}

/* CSS2 */

.cshadow {
	display:none;
}
* > .cshadow {
	display:inline;
}
.cshadow img {
	position:fixed;
	z-index:1;
}
.cshadow .top {
	left:0px;
	top:0px;
	width:100%;
	height:18px;//36px/2;
}
.cshadow .left {
	left:0px;
	top:0px;
	width:16px;//32px/2;
	height:100%;
}
.cshadow .bottom {
	left:0px;
	bottom:-2px;
	width:100%;
	height:11px;//22px/2;
}
.cshadow .right {
	right:-2px;
	top:0px;
	width:13px;//25px/2;
	height:100%;
}

/*
* > body {
	background:#F7F7F7 url(../../D3CA2F3AA583AF6BC125753D0031CD11/$file/shadow23.png) repeat-x 0 -6px fixed;
}
*/




* > .ctop1 {
	xborder:1px solid blue;
	background:url(../../73298A0B8A7353E8C125753D0031CC46/$file/shadow11b.png) no-repeat left;
}
* > .ctop1 .ctop2 {
	xborder:1px solid red;
	background:url(../../55619C2285C6A1BBC125753D0031CD59/$file/shadow31b.png) no-repeat right;
}
* > .ctop1 .ctop2 .ctop3 {
	xborder:1px solid yellow;
	background:url(../../430E0D1F2A0EF02CC125753D0031CCE4/$file/shadow21.png) repeat-x top;
}
* > .cbottom1 {
	background:url(../../2ACB02165F4B6C69C125753D0031CCB3/$file/shadow13b.png) no-repeat left;
}
* > .cbottom1 .cbottom2 {
	background:url(../../DFA4B8ACD1C07542C125753D0031CDD8/$file/shadow33b.png) no-repeat right;
}
* > .cbottom1 .cbottom2 .cbottom3 {
	background:url(../../D3CA2F3AA583AF6BC125753D0031CD11/$file/shadow23.png) repeat-x bottom;
}
* > .cmiddle1 {
	background:url(../../9C2F2805DD269DFAC125753D0031CC6C/$file/shadow12.png) repeat-y left;
}
* > .cmiddle2 {
	height:100%;
	padding:1px; /* mozilla */
	background:url(../../6F322891D7D434F8C125753D0031CD8A/$file/shadow32.png) repeat-y right;
}
* > .cmiddle3 {
	position:relative;
	top:-38px;
	overflow:hidden;	
	xmargin:0px 33px -62px 25px;
margin:-1px 32px -63px 24px; /* -1px to compensate for mozilla padding at cmiddle2 */
	min-height:64px;
	background-color:#FFF;
}
* > .ctop1 .ctop2 .ctop3, * > .cbottom1 .cbottom2 .cbottom3 {
	height:60px; 
	margin:0px 60px 0px 60px;
}
* > .ctop1, * > .cmiddle1, * > .cbottom1 {	
	min-width:120px;
}

