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

.r-star-shape .content{
	background: url(images/header/top_bg.png) top right no-repeat #2268ab;
	height:250px;
	color:#fff;
	vertical-align:middle;
	overflow:hidden;
}

.r-star-shape_footer .content{
	background:#9c1123;
	height:25px;
	color:#fff;
	overflow:hidden;
}

.r-star-shape .content h1{
	font-size:2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#abd5fd;
	margin-left:15px;
	margin-top:10px;
}

.r-star-shape .content p{
	font-size:1em;
	display:block;
	width:60%;
}

.r-star-shape .content, .r-star-shape_footer .content{
	padding:10px 20px;
}

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

.r-star-shape .cn.tr, .r-star-shape .cn.br, .r-star-shape_footer .cn.tr, .r-star-shape_footer .cn.br {
	margin-left:100%;
}

.r-star-shape .cn.bl, .r-star-shape .cn.br, .r-star-shape_footer .cn.bl, .r-star-shape_footer .cn.br {
	top:auto;
}



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

.r-star-shape_footer .cn{
	background:url(r-star2_footer.png);
}

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