#JT {
	position: absolute;
	z-index:100;
	background: transparent url('/_images/jtip/bottom.gif') left bottom no-repeat;
}

#JT_copy{
	width: 222px;
	padding: 10px 20px 10px 20px;
	color:#333333;
	background: transparent url('/_images/jtip/top.gif') left top no-repeat;
	text-align: justify;
}

.JT_loader{
	background-image: url('/_images/jtip/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	display: none;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	display: none;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
