@charset "utf-8";
/* CSS Document */
/*	=layer
---------------------------------------------------------------------------- */

.glow {
	margin: 0;
	padding: 0 4px 4px 0;
	position: relative;
	background-color: #fff;
}
.glow .content {
	position: relative;
	z-index: 20;
}

/*	=shadow
---------------------------------------------------------------------------- */

.glow div.left,
.glow div.right,
.glow div.center {
	position: absolute;
}

.glow .shadow-top div.left,
.glow .shadow-top div.right,
.glow .shadow-bottom div.left,
.glow .shadow-bottom div.right {
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.glow .shadow-top div.center,
.glow .shadow-bottom div.center {
	height: 4px;
	right: 4px;
	left: 4px;
	background-repeat: repeat-x;
}

.glow .shadow-middle div {
	width: 4px;
	bottom: 4px;
	top: 4px;
	background-repeat: repeat-y;	
}

.glow .shadow-top div { top: 0; }
.glow .shadow-bottom div { bottom: 0; }

.glow div.left { left: 0; }
.glow div.right { right: 0; }

/*
.nm_glow .shadow-top .left { background-image: url(../images/layout/glow/tl.png); }
.nm_glow .shadow-top .center { background-image: url(../images/layout/glow/t.png); }
.nm_glow .shadow-middle .left { background-image: url(../images/layout/glow/l.png); }
*/
.glow .shadow-top div.right { background-image: url(../images/layout/glow/tr.png); }
.glow .shadow-bottom div.left { background-image: url(../images/layout/glow/bl.png); }
.glow .shadow-bottom div.right { background-image: url(../images/layout/glow/br.png); }
.glow .shadow-bottom div.center { background-image: url(../images/layout/glow/b.png); }
.glow .shadow-middle div.right { background-image: url(../images/layout/glow/r.png); }
