
.rc {
    background: #646464;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.rc-top,
.rc-top div,
.rc-bot,
.rc-bot div {
    height: 9px;
    line-height: 0;
    background: url(../images/c/r2.png) no-repeat left top;
}

.rc-bot {background-position: left -9px;}
.rc-top div {background-position: right -18px;}
.rc-bot div {background-position: right -27px;}

.rc-top,
.rc-bot {
    position: relative;
    z-index: 2;
}

.rc-content {
    position: relative;
    margin: -9px 0;
    z-index: 1;
}

.roundtop_mini {
	background: url(/images/c/rt.png) no-repeat top right;
	background-color:#F0F0F0;
	height:10px;
}


.roundbottom {
	background: url(/images/c/rb.png) no-repeat top right;
	background-color:#F0F0F0;
	height:10px;
}


.roundcont_mini {
	width: 245px;
}


.roundcont {
	width: 100%;
}

.roundtop {
	vertical-align:top;
	background: url(/images/c/rt.png) no-repeat top right;
	background-color:#DC181A;
	height:30px;
}

.roundtop_mini {
	background: url(/images/c/rt.png) no-repeat top right;
	background-color:#F0F0F0;
	height:10px;
}


.roundbottom {
	background: url(/images/c/rb.png) no-repeat top right;
	background-color:#F0F0F0;
	height:10px;
}


img.corner {
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
	position: absolute;
}


