/* ---------->>> jtip <<<---------------------------------------------------------------*/

#jt {
	position: absolute;
	z-index:100;
	border: 1px solid #888;
	background-color: #fff;
	width: 200px;
	height: 200px;
	-moz-box-sizing: border-box;
}

#jtCopy{
	padding:10px 10px 10px 10px;
	color:#333333;
	-moz-box-sizing: border-box;
}

.jtLoader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
	-moz-box-sizing: border-box;
}

#jtTitle{
	background-color: #adbbe0;
	text-align: left;
	padding-left: 8px;
	padding-top:5px;
	font-weight:bold;
	background-image: url(../images/tab_nav.gif);
	height:24px;
	background-repeat: repeat-x;
	background-position: center center;
	-moz-box-sizing: border-box;
}

#jtCopy p{
margin:3px 0;
-moz-box-sizing: border-box;
}
