.CNT_Text {
	margin-bottom: 20px;
}

.CNT_Line {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.CNT_Background {
	background-color: #d4e2eb;
}

.CNT_TL, .CNT_TR, .CNT_BL, .CNT_BR {
	height: 7px;
	width: 7px;
	font-size: 0;
}

.CNT_TL, .CNT_BL {
	float: left;
}

.CNT_TR, .CNT_BR {
	float: right;
}

.CNT_TL { background: url(images/TL.gif) no-repeat; }
.CNT_TR { background: url(images/TR.gif) no-repeat; }
.CNT_BL { background: url(images/BL.gif) no-repeat; }
.CNT_BR { background: url(images/BR.gif) no-repeat; }

.Background_content {
	padding: 5px 12px;
}