#CGContainer {
	width:900px;
	overflow:hidden;
}
.CGTabs {
	width:100px; height:35px;
	margin-right:1px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	background:#ddd;
	text-decoration:none;
	font-size: 14px;
        line-height: 16px;
	overflow:hidden;
}
#TabContent {
	height:400px; width:900px;
	clear:both;
	border:1px solid #ccc;
	text-align:left;
}
#load {
	position:absolute;
	left:200px;
	top:100px;
	width:100px;
	height:200px;
	background-color:white;
	color:red;
	text-align:center;
	display:none;
	border:2px solid #bbb;

}
