/** round blocks **/
._round-block {
	display: inline-block;
}

._round-botl {
	background: transparent url('images/content-botl.png') no-repeat bottom left;
	height: 5px;
	line-height: 1px;
}

._round-botr {
	background: transparent url('images/content-botr.png') no-repeat bottom right;
	padding-right: 5px;
	height: 5px;
	line-height: 1px;
}

._round-topl {
	background: transparent url('images/content-topl.png') no-repeat top left;
	height: 5px;
	line-height: 1px;
}

._round-topr {
	background: transparent url('images/content-topr.png') no-repeat top right;
	padding-right: 5px;
	height: 5px;
	line-height: 1px;
}

._round-left {
	background: transparent url('images/content-left.png') repeat-y left;
	padding-left: 5px;
	line-height: 1px;
}

._round-right {
	background: transparent url('images/content-right.png') repeat-y right;
	padding-right: 5px;
	line-height: 1px;
}

._round-inner {
	background: #ffffff;
}

.roundblock {
	padding: 6px !important;
	border: 0 !important;
}

._round-inner * {
    padding: 0px !important;
    margin: 0px !important;
	display: block;
	float: none !important;
}
