@charset "utf-8";
/* CSS Document */

#container {
	width: 300px;

}
.tabs {
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	font-size: 77%;
	
}

.tabz {
	padding:4px;
	text-align:center;
	float:left;
	/*cursor:pointer;*/
	border:1px solid #ccc;
	border-bottom:0;
	font-size: 77%;
	
}

#content {
	/*height:250px;*/
	min-height: 250px;
	clear:both;
	width: 300px;
	width: 380px;
	border:1px solid #ccc;	padding-left: 15px;
}
#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}

.tabcontent {
font-size: 90%;


}
