#tabs {
	display: block;
	float: left;
	width: 100%;
}
.panel {
	background-color: #FFFFFF;
	width: 620px;
	overflow: auto;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}
.tab_bdr {
	padding: 0px;
	width: 620px;
	height: 4px;
	margin:0px;
	background: #FFCC00;
	clear: left;
	font-size: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}
.tab {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background:url(/image_general/template/info_tombol_link.png) no-repeat center top;
	color:#FFFFFF;
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF;
	height:38px;
	width:150px;
	float:left;
	text-decoration:none;
	border-top: none;
	border-right: none;
	border-left: none;
	line-height: 38px;
	font-weight: bold;
}
.tab_sel{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background:url(/image_general/template/info_tombol_hover.png) no-repeat center top;
	color:#FF0000;
	cursor:pointer;
	border-bottom:1px solid #FFCC00;
	height:38px;
	width:150px;
	float:left;
	text-decoration:none;
	border-top: none;
	border-right: none;
	border-left: none;
	line-height: 38px;
	font-weight: bold;
}
.info_tittle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
.info_isi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.info_image {
	padding: 2px;
	border: 1px solid #999999;
	margin-right: 5px;
}

