.old_content .b-media {
	padding: 10px 10px 10px;
	background: whiteSmoke url("../../img/old/form_type4_top.png") 0 0 no-repeat;
}
.old_content .b-tabs {
	margin: 0 0 30px;
}
	.old_content .b-tabs .b-tab-list {
		position: relative;
		margin: 0 0 10px;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.old_content .b-tabs .b-tab-list.sub {
		text-align: left;
		margin: 0 -2px 10px;
	}
		.old_content .b-tabs .b-tab-list li {
			display: inline-block;
			margin: 0 15px 0 0;
			padding: 0;
			list-style: none;
			cursor: pointer;
			border-bottom-style: dashed;
			border-bottom-width: 1px;
			color: #0473a8;
			font-size: 16px;
			font-weight: bold;
			position: relative;
		}
		.old_content .b-tabs .b-tab-list.sub li {
			margin: 0 5px 2px 0;
			padding: 2px 3px;
			border: 0 none;
			color: #474747;
			font-size: 11px;
			font-weight: normal;
			text-transform: uppercase;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		.old_content .b-tabs .b-tab-list.sub li span {
			border-bottom-style: dashed;
			border-bottom-width: 1px;
		}
		.old_content .b-tabs .b-tab-list.sub .active span {
			border: none;
		}
		.old_content .b-tabs .b-tab-list .active {
			color: #000;
			border: 0 none;
		}
		.old_content .b-tabs > .b-tab-list > .active:after {
			content: '';
			display: block;
			width: 14px;
			height: 7px;
			background: url("../../img/old/media-li_arrow.png") 0 0 no-repeat;
			position: absolute;
			bottom: -12px;
			left: 50%;
			margin-left: -7px;
		}
		.old_content .b-tabs .b-tab-list.sub .active {
			color: #0070ac;
			border: 1px solid #cbcbcb;
			padding: 1px 2px;
			background: url("../../img/old/media-sub-li_bg.png") 0 0 repeat-x;
		}
		.old_content .b-tabs .b-tab-boby {
			padding: 5px 10px;
			overflow: hidden;
			border: 1px solid #0473a8;
		}
		.old_content .b-tabs .b-tab-boby.sub {
			border: 0 none;
			padding: 0 0 5px;
		}
		.old_content .b-tabs .b-tab-boby .tab {
			display: none;
		}
		.old_content .b-tabs .b-tab-boby .tab.active {
			display: block;
		}
	.old_content .b-media-rss-link {
		float: right;
		width: 13px;
		height: 13px;
		margin: 3px 0 0;
		background: url("../../img/old/media-rss_ico.png") 0 0 no-repeat;
	}