.roundborder
{
	border-top: 1px;
	border-bottom: 1px;
}

.roundborder .t, .roundborder .b
{
	position: relative;
	height: 12px;
}

.roundborder .t div, .roundborder .b div
{
	position: absolute;
	width: 16px;
	height: 13px;
	padding: 0;
	margin: 0;
}
.roundborder .t .c, .roundborder .b .c
{
	background: white;
	width: 956px;
	margin-left: 13px;
}

.roundborder .t .l
{
	top: 0; left: 0;
	background: no-repeat url('/imgs/round.png') top left;
}

.roundborder .t .r
{
	top: 0; right: 0;
	background: no-repeat url('/imgs/round.png') top right;
}

.roundborder .b .l
{
	bottom: -1px; left: 0;
	background: no-repeat url('/imgs/round.png') bottom left;
}

.roundborder .b .r
{
	bottom: -1px; right: 0;
	background: no-repeat url('/imgs/round.png') bottom right;
}

.roundborder .content
{
	border-left: 1px;
	border-right: 1px;
	padding: 10px 15px;
	background: white;
	height: auto;
}