	#paneltab {
	position: relative;
	width:400px;
	height: 300px;
	
	margin: 0px 0px 0px 86px;
	}
	
	#tabs {
	position:absolute;
	margin-left: 22px;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0;
	width: 400px;
	overflow: hidden;
	z-index: 20;
	}
	
	#tabs li {
	float:left;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	
	
	user-select: none;
	list-style: none;
	margin: 1px 1px 0px 0px;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0px 8px;
	outline: 0px none;
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	border: 1px solid #91A7B4;
	border-bottom-width: 0px;
	background: #fff;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	}
	
	#tabs li.active {
	margin-top: 0px;
	height: 21px;
	line-height: 19px;
	border-top: 3px solid #324A62;
	cursor: default;
	margin-left:22px;
	}
	
	#paneltab #paneles {
	position:absolute;
	left: 0px;
	top: 23px;
	width: 352px;
	height: 445px;
	border: 1px solid #91a7b4;
	border-radius: 0px 4px 4px 4px;
	background: #fff;
	overflow: hidden;
	margin-left: 14px;
	}
	
	#paneltab #paneles > div{
	margin:10px;
	width: 378px;
	height: 430px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	overflow: auto;
	}