.r-star-shape{
	position:relative;
	overflow:hidden;
	padding:10px 0;
	float:left;
	width: 100%;
}

.r-star-shape .content{
	background: #88d2fc;
	font-weight: bold;
	font-size: 12pt;
}

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

.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(r-star2.png);
}

.r-star-shape .cn.tr, .r-star-shape .cn.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%;
} 