.r-star-shape {
	width: 95%;
	float:left;
	position:relative;
	overflow:hidden;
	padding: 6px 0;
        margin: 8px 12px;
}
.r-star-shape .cn{
	position:absolute;
	width:12px;
	height:12px;
	left:-6px;
	top:-6px;
}
.r-star-shape .cn{
	background-image:url(images/r-star3.png);
}
.r-star-shape .tr, .r-star-shape .br {
	margin-left:100%;
}

.r-star-shape .cn.bl, .r-star-shape .cn.br {
	top:auto;
}
.r-star-shape .cn.tl, .r-star-shape .cn.bl {
	width:100%;
}
.r-star-shape .r-content{
	padding:6px 10px;
	border-left: #dac5a5 2px solid;
	border-right: #dac5a5 2px solid;
	background-image:url(images/n-transp.png);
        display: block;
}

