.roundedcornr_box {
	background: url(images/roundedcornr_tl.png) top left repeat-y;
}
.roundedcornr_top {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -20px;
}
.roundedcornr_content { padding: 0 20px; }
