.r-border, .r-border-shape,
.r-star, .r-star-shape {
    float:left;
    width:40%;
    left:5%;
    position:relative;
}

.r-border-shape, .r-star-shape {
    left:15%;
}

.r-border, 
.r-border-shape .content{
    background:#FFFFFF;
}

.r-border .content, 
.r-border-shape .content{
    padding: 10px 20px;
    color: #7D7D7D;
}

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

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

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

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


.r-border-shape .cn{
	background:url(../images/round/r-border3.png);
}

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