.rounded-box {
	width: 800px;
	margin: 10px auto;
	background: url(/resources/images/common/roundedbox/orange/corner-nw.png) top left no-repeat;
}

.rounded-box .rb-top {
	height: 10px;
	margin-left: 10px;
	background: url(/resources/images/common/roundedbox/orange/edge-n.png) top right no-repeat;
}

.rounded-box .rb-content-wrapper {
	height: 100%;
	background: url(/resources/images/common/roundedbox/orange/edge-w.png) bottom left no-repeat;
}

.rounded-box .rb-content {
	padding: 0 10px 10px 0;
	margin-left: 10px;
	background: url(/resources/images/common/roundedbox/orange/corner-se.png) bottom right no-repeat;
}

.rounded-box .rb-content *:first-child {
	margin-top: 0 !important;
}

.rounded-box .rb-content *:last-child {
	margin-bottom: 0 !important;
}