

#tab-container_header {
	float:left;
	width:280px;
	margin-bottom:10px
}

#apply, #apply-disabled {
	float:left;
	width:469px;
	padding-left:20px;
	border-left:1px dashed #858585;
	margin-bottom:10px;
}

#apply-disabled {
	color:#babbbb
}

#apply-disabled li span {
	background:#e3e4e4
}

#apply-disabled li, #apply-disabled a {
	background:#d3d4d4
}

.tab-header h2 {
	margin:0 0 5px 0
}

.tab-list {
	padding:0;
	margin:0;
	float:left;
	width:100%
}

.tab-list li {
	padding:0;
	margin:0;
	float:left;
	width:132px;
	background:#858585;
	margin-right:1px;
	list-style:none
}

#apply .tab-list li, #apply-disabled .tab-list li {
    width: 155px;
}

.tab-list a {
	display:block;
	float:left;
	color:#fff;
	text-align:center;
	width:107px;
	padding:4px 0;
	text-decoration:none;
	cursor:pointer
}

#apply .tab-list a, #apply-disabled .tab-list a {
    width: 129px;
}

.tab-list li.active {
	background:#fe660d;
}

.tab-list li span {
	background:#a4a4a4;
	width:25px;
	text-align:center
}

.tab-list li.active span {
	background:#fe8c4a;
	font-weight:bold
}

.tab-list .active a {
	font-weight:bold
}

.tab-list span {
	display:block;
	float:left;
	color:#fff;
	padding:5px 0;
}