.columnbox-wrapper { 
	float:right; 
	margin-bottom: 20px; 
	margin-top: 0px;
}

.columnbox-top-line { 
	height: 6px; 
	width: 130px; 
	background: url(../images/layout/content-box/content-box-top-line.png) repeat-x; 
	margin-left: 6px; 
	margin-right: 6px;
}

.columnbox-top-left-corner { 
	position: relative; 
	left: -6px; height: 6px; 
	width: 6px; background: url(../images/layout/content-box/content-box-top-left.png) no-repeat;
}

.columnbox-top-right-corner { 
	float: right; 
	position: relative; 
	right: -6px; 
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-top-right.png) no-repeat;
}

.columnbox-bottom-line { 
	height: 6px; 
	width: 130px; 
	background: url(../images/layout/content-box/content-box-bottom-line.png) repeat-x; 
	margin-left: 6px; 
	margin-right: 6px;
}

.columnbox-containing-box-left { 
	width: 142px; 
	background: url(../images/layout/content-box/content-box-left-and-fill.png) no-repeat;
}

.columnbox-containing-box-right { 
	background: url(../images/layout/content-box/content-box-right-line.png) no-repeat top right; 
	margin-left: 6px; 
	padding-right: 6px;
}

.columnbox-content { 
	padding: 10px;
}

.columnbox-bottom-left-corner { 
	position: relative; 
	left: -6px; 
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-bottom-left.png) no-repeat;
}

.columnbox-bottom-right-corner { 
	float: right; 
	position: relative; 
	right: -6px;
	height: 6px; 
	width: 6px; 
	background: url(../images/layout/content-box/content-box-bottom-right.png) no-repeat;
}