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

.r-star, 
.r-star-shape .content-in{
	background:#000;
}
.r-star {background:url(border.png) repeat-x top; }
.r-star-bottom {background:url(border.png) repeat-x bottom; }
.content-in {background:url(border-side.png) repeat-y left;  }
.content-side {background:url(border-side.png) repeat-y right;  }

.r-star .content-in, 
.r-star-shape .content-in{
	padding:10px 17px 10px 17px;
}

.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:22px;
	height:22px;
	left:-11px;
	top:-11px;
	background:url(r-star.png);
}

.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;
}



.r-star-shape .cn{
	background:url(r-star2.png);
}

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