.fx
{
	position: relative;
	z-index: 4;
}

.fx-top-cr,
.fx-bot-cr
{
	height: 5px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.fx-top-cr
{
	top: -5px;
	left: 0px;
}

.fx-bot-cr
{
	bottom: -5px;
	left: 0px;
}

.box-s.fx,
.box-l.fx
{
	padding: 15px 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
	.box-s.fx .fx-top-cr
	{
		background: url(img/box-s-top.png) no-repeat;
	}
	
	.box-s.fx .fx-bot-cr
	{
		background: url(img/box-s-bot.png) no-repeat;
	}
	
	.box-l.fx .fx-top-cr
	{
		background: url(img/box-l-top.png) no-repeat;
	}
	
	.box-l.fx .fx-bot-cr
	{
		background: url(img/box-l-bot.png) no-repeat;
	}
#footer.fx
{
	padding: 10px 20px;
}
	#footer.fx .fx-top-cr
	{
		background: url(img/footer-top.png) no-repeat;
	}
	
	#footer.fx .fx-bot-cr
	{
		background: url(img/footer-bot.png) no-repeat;
	}
#l-center.fx
{
	margin-top: 5px;
	padding: 15px 20px;
}
	#l-center.fx .fx-top-cr
	{
		background: url(img/l-center-cr-map.png) no-repeat;
	}
	
	#l-center.fx .fx-bot-cr
	{
		background: url(img/l-center-cr-map.png) no-repeat 0 -5px;
	}
	
#l-right-sb .box-s.fx .fx-top-cr
{
	background: url(img/sb-box-s-map.png) no-repeat;
}
	
#l-right-sb .box-s.fx .fx-bot-cr
{
	background: url(img/sb-box-s-map.png) no-repeat 0 -5px;
}
