.r-border {
	
}

.r-border .tb, .r-border .bb, .r-border-shape .tb, .r-border-shape .bb {
	position:relative;
	height:10px;
	overflow:hidden;
}

.r-border .cn {
	position:relative;
	width:10px;
	height:40px;
	background: url(/img/r-border.png);
	overflow:hidden;
}

.r-border .bb .cn, .r-border-shape .bb .cn {
	margin-top:-20px;
}

.r-border-shape .cn{
	position:relative;
	width:10px;
	height:40px;
	background: url(/img/r-border2.png);
	overflow:hidden;
}
.r-border-shape .cn.l{
	width:auto;
	margin-right:10px;
}
.r-border-shape .cn.r, .r-border .cn.r{
	position:absolute;
	margin-left:-10px;
	left:100%;
	top:-10px;
	
}