.r-border, 
.r-border-shape .content{	
	background-color:#407afe;
	background-image:url(/files/r-line.png);
	background-repeat:repeat-y;
	background-position:right;
}

.r-border .content, 
.r-border-shape .content{
	padding:0px 0px;
	text-align:center;
}

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

.r-border .cn,
.r-border-shape .cn{
	position:relative;
	width:11px;
	height:44px;
	background:url(/files/r-border.png);
	overflow:hidden;
}

.r-border .cn.r,
.r-border-shape .cn.r{
	position:absolute;
	margin-left:100%;
	left:-11px;
	top:-11px;
}

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


.r-border-shape .cn{
	background:url(/files/r-border2.png);
}

.r-border-shape .cn.l{
	width:auto;
	margin-right:11px;
}
