.roundedbox
{
	float: right;
	width: 180px;
	margin-left: 10px;
	border: 1px solid #666;
	position: relative;
	padding: 10px;
}

.roundedbox .top-left , .roundedbox .top-right , .roundedbox .bottom-left , .roundedbox .bottom-right 
{
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
}

.roundedbox .top-left
{
	left: -1px;
	top: -1px;
	background: url('../images/rbtl.png');
}

.roundedbox .top-right 
{
	right: -1px;
	top: -1px;
	background: url('../images/rbtr.png');
}

.roundedbox .bottom-left 
{
	left: -1px;
	bottom: -1px;
	background: url('../images/rbbl.png');
}

.roundedbox .bottom-right 
{
	right: -1px;
	bottom: -1px;
	background: url('../images/rbbr.png');
}
