@charset "utf-8";
/* CSS Document */

.T {
	font-size: 6px;
	background-image: url(../images/shadow/T.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 9px;
}
.B {
	font-size: 6px;
	background-image: url(../images/shadow/B.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
}
.L {
	font-size: 6px;
	background-image: url(../images/shadow/L.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 9px;
}
.TL {
	font-size: 6px;
	background-image: url(../images/shadow/TL.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 9px;
}

.R {
	font-size: 6px;
	background-image: url(../images/shadow/R.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 9px;
}
.TR {
	font-size: 6px;
	background-image: url(../images/shadow/TR.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	width: 9px;
}
.BR {
	font-size: 6px;
	background-image: url(../images/shadow/BR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 9px;
}
.BL {
	font-size: 6px;
	background-image: url(../images/shadow/BL.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}

