﻿#JT {
	position: absolute;
	z-index:100;
    /*-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; */
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
	margin:0px;
	padding:0px;
    overflow:hidden;
}

#JT_copy{
	padding:0px; /* 10px 10px 10px 10px */
	margin:0px;
}

.JT_loader{
	background-image: url(/images/loadergreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
    height:100%;
	min-height:50px;
}

#JT_copy p{
margin:3px 0;
}

/*#JT_copy img{
	padding: 1px;
	border: 1px solid #007600;
} */

.jTip{
cursor:help;
}

.tip-black {
    background-color: #444;
    color: #eee;
}

.tip-white {
    border: 1px solid #aaa;
    background-color: white;
    color: #333;
}
