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

.r-star { padding: 1px; }
.r-star, 
.r-star-shape .content{
	background: #7eb8e7;
}

.r-star .content, 
.r-star-shape .content{
	*display: inline-block;
	_display: block;
	padding: 10px 20px;
	background: #fff;
}


.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	background:url(/img/crns_blue_br.png) 0 0 no-repeat;
}

.r-star-shape .cn{
	background:url(/img/shape_fff.png) 0 0 no-repeat;
}

.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br {
	margin-left:100%;
	*left: auto!important; *right: -10px; 
	*margin-left:auto;
}

.r-star .cn.tl, .r-star .cn.tr,
.r-star-shape .cn.tl, .r-star-shape .cn.tr {
	top: -10px;
}

.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br {
	1bottom: -10px; margin-top: -9px; 
}

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