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

.r-star, 
.r-star-shape .content{
	background:#c4db5f;
}

.section#Two .r-star, 
.section#Two .r-star-shape .content{
	background:#efb2d5;
}

.section#Three .r-star, 
.section#Three .r-star-shape .content{
	background:#c4c2c3;
}

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

.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(img/r-star.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;
}

.r-star-shape .cn{
	background:url(img/r-star2.gif);
}

.section#Two .r-star-shape .cn{
	background:url(img/r-star2_1.gif);
}

.section#Three .r-star-shape .cn{
	background:url(img/r-star2_2.gif);
}

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

.content h1{
	color: White;
	margin-bottom: 15px;
	font-size: 21px;
}
.content a{
	color: White;
}

.section {
	width:450px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 40px;
	border-: solid 1px;
}

.r-star, .r-star-shape {
				float:left;
				width:100%;
				left:0%;
				position:relative;
			}
