.r-star, 
.r-star-shape{
	position:relative;
	overflow:hidden;
	padding:10px 0;
	margin:10px;
}

.r-star, 
.r-star-shape .stcontent{
	background:#dfe2f7;
}

.r-star .stcontent, 
.r-star-shape .stcontent{
	padding:0px 20px;
	margin:0px;
}

.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(/img/r-star-g.gif);
}

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

.bgred {
	background:#e0fade;
}
.bgcyan {
	background:#d4eefd;
}
