.bottomborder td {
	border-bottom: 1px solid #FFF;
}

.corner-lt {
	background-image: url(../img/corner_lt.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.corner-rt {
	background-image: url(../img/corner_rt.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.corner-lb {
	background-image: url(../img/corner_lb.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.corner-rb {
	background-image: url(../img/corner_rb.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}


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

.r-star, 
.r-star-shape .content{
	zbackground:#88d2fc;
}

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

.r-star .cn,
.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(../tmpimg/r-star.png);
    filter: expression(fixPNG(this));
}

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

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