.r-star, 
.r-star-shape{
	position:relative;
	overflow:hidden;
	padding:10px 0;
}

.r-star { padding: 0; }
.r-star, 
.r-star-shape .content{
	background: #fff;
}

.r-star .content, 
.r-star-shape .content{
	padding:10px 20px;
}


.r-star .cn,
.r-star-shape .r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	background:url(../img/rstar_fff.png) 0 0 no-repeat;
}

.r-star-shape .cn{
	background:url(../img/shape_fff.png) 0 0 no-repeat;
}

.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br {
	margin-left:100%;
}

.r-star .cn.tl, .r-star .cn.tr,
.r-star-shape .cn.tl, .r-star-shape .cn.tr {
	top: -10px;
}

.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br {
	bottom: -10px; 
}

.r-star-shape .cn.tl, .r-star-shape .cn.bl {
	width:100%;
} 