.r-star{
	position:relative;
	overflow:hidden;
	padding:10px 0;
}

.r-star, 
.r-star-shape .content1{
	background:#e7e7e7;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

.r-star .content1, 
.r-star-shape .content1{
	padding:10px 20px;
}


.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(images/r-star.png);
	background-repeat: no-repeat;
}

.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br {
float:left; width:100%;
   margin-left:100%;
}

.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br {
	
	top:auto;
bottom:auto;
}





.r-star-shape .cn.tl, .r-star-shape .cn.bl {
	width:80%;
} 
