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

.r-star, 
.r-star-shape .content{
	background:#fad5e5;
}

.r-star .content {
	padding:21px 26px;
}

.r-star-shape .content{ 
	padding: 5px 15px 0 15px
}
.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(/images/r-star.gif);
}

.r-star .cn.tr, .r-star .cn.br {
	margin-left:467px;
	/*border:1px solid red;*/
}

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

.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br {
	top:auto;
}



.r-star-shape .cn{
	background:url(/images/r-star-shape.gif);
}

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