
.r-border-shape{
	cursor: pointer;
	background:#1b0b04;
	margin: 5px 10px;
	width: 150px;
	float: left;
}
.special{
	background: #600b03;
}
.r-border-shape:hover{
	background:#4f3a26;
}
.special:hover{
	background: #600b03;
}
.r-border-shape .cont{
	padding:0 10px;
	border-left: 1px solid #4f3a26;
	border-right: 1px solid #4f3a26;
	text-align: center;
}
.special .cont{
	border-left: 1px solid #600b03;
	border-right: 1px solid #600b03;
}
.r-border-shape .tb, .r-border-shape .bb{
	position:relative;
	height:6px;
	overflow:hidden;
}
.r-border-shape .cn{
	position:relative;
	width:6px;
	height:40px;
	background:url(../img/r-border2.png);
	behavior: url('/css/iepngfix.htc');
	overflow:hidden;
}
.special .cn{
	background:url(../img/r-border3.png);
}
.r-border-shape .cn.r{
	position:absolute;
	margin-left:100%;
	left:-6px;
	top:-6px;
	float: right;
}

.r-border-shape .bb .cn{
	margin-top:-12px;
}

.r-border-shape .cn.l{
	width:auto;
	margin-right:6px;
}