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

.r-star, 
.r-star-shape .r_content{
	background:url('/img/black_39.png');
}

.r-star .r_content, 
.r-star-shape .r_content{
	padding:0 40px 0 50px; 
	position:relative; z-index:10;
}
.r-star-shape .r_content { border:1px transparent solid; }
.r-star-shape .r_content { *border:none; }

.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:230px;
	height:230px;
	left:-115px;
	top:-115px;
}

.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(/img/corns.png);
}

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


#tests .r-star-shape { padding:24px 0;}
#tests .r-star-shape .r_content { padding:0 20px; background:url('/img/cont_bg.png'); *display:inline-block; }
#tests .r-star-shape .cn { width:100%; height:48px; left:-24px; top:-24px; background:url(/img/cont_cn.png); }
#tests .r-star-shape .cn.bl, 
#tests .r-star-shape .cn.br { bottom:-24px!important; top:auto!important; }


