/** {
	margin: 0px;
	padding: 0px;
}*/
.r-star-shape {
	width: auto;
	float:left;
	position:relative;
	overflow:hidden;
	padding:6px 0;
}
.r-star-shape .cn{
	position:absolute;
	width:12px;
	height:12px;
	left:-6px;
	top:-6px;
	background:url(/images/r-star3.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%;
}
.r-star-shape .content{
	padding:6px 10px;
	border-left: #76b1c0 2px solid;
	border-right: #76b1c0 2px solid;
	background:url(/images/n-transp.png);
} 


