.corner_box{
	background: url("box_tl.png") no-repeat top left;
}
.corner_top{
	background: url("box_tr.png") no-repeat top right;
}
.corner_bottom{
	background: url("box_bl.png") no-repeat bottom left;
}
.corner_bottom div {
	background: url("box_br.png") no-repeat bottom right;
}
.corner_content{
	background: url("box_r.png") top right repeat-y;
}

.corner_top div,.corner_top,
.corner_bottom div, .corner_bottom{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.corner_content, .corner_bottom{
	margin-top: -19px;
}
.corner_content{ padding: 0 15px; }
