.shadow {
	position:absolute;
	top:-2px;
	bottom:-8px;
	left:-4px;
	right:-6px;
}
		.shadow b, .shadow u, .shadow i, .shadow s, .shadow q, .shadow p, .shadow tt, .shadow sup, .shadow sub {
			position:absolute;
			display:block;
      margin:0px;
      padding:0px;
		}
		.shadow q:before {
			content:"";
		}
		.shadow q:after {
			content:"";
		}
		.shadow b {
			top:0px;
			left:-1px;
			width:9px;
			height:12px;
			background-image:url(../images/shTL.png);
		}
		.shadow sup {
			top:0px;
			left:9px;
			right:12px;
			height:2px;
			background-image:url(../images/shT.png);
			background-repeat:repeat-x;
		}
		.shadow u {
			top:0px;
			right:-1px;
			width:12px;
			height:9px;
			background-image:url(../images/shTR.png);
		}
		.shadow q {
			right:-1px;
			top:9px;
			bottom:12px;
			width:6px;
			background-image:url(../images/shR.png);
			background-repeat:repeat-y;
		}
		.shadow i {
			position:absolute;
			display:block;
			bottom:-1px;
			right:-1px;
			width:12px;
			height:13px;
			background-image:url(../images/shBR.png);
		}
		.shadow sub {
			bottom:-1px;
			left:11px;
			right:11px;
			height:8px;
			background-image:url(../images/shB.png);
			background-repeat:repeat-x;
		}
		.shadow s {
			bottom:-1px;
			left:-1px;
			width:12px;
			height:13px;
			background-image:url(../images/shBL.png);
		}		
		.shadow p {
			left:-1px;
			top:12px;
			bottom:12px;
			width:4px;
			background-image:url(../images/shL.png);
			background-repeat:repeat-y;
		}

