  #tabs_all {
        display: block;
        width: 300px;
		font-size: 130%;
		margin-top:4px;
    }
    .panel_bg {
        padding: 0;
        width: 300px;
        overflow: auto;
        clear: left;
    }	
    .tab_satu, .tab_sel_satu {
		background-color: #fff;
		cursor: pointer;
		width: 106px;
		float: left;
		padding-top:3px;
		height:25px;
		border:2px solid #babfd2;
    }
    .tab_sel_satu {
		border-bottom:2px solid #fff;
		color:#f90202;
    }
	.tab_satu:hover {
		background-image:url(/new/img/hover_tab_satu.png);
	}
	.div_kosong{
		width:5px;
		height:30px;
		float: left;
		border-bottom: 2px solid #babfd2; 
		margin-right: -3px;
	}
	.div_kosong_kiri{
		width:8px;
		height:30px;
		float: left;
		border-bottom: 2px solid #babfd2; 
		margin-right: -4px;
	}
	.div_kosong_kanan{
		width:70px;
		height:30px;
		float: left;
		border-bottom: 2px solid #babfd2; 
		margin-right: -3px;
	}