

#JT {
    background-color:#7BAB40;
    border: 2px solid #white;
    position:absolute;
    z-index:100;
	color: white;
	text-align: left;
	min-height: 75px;
	_height: 75px;
}
	#JT_arrow_left {
	    background-image:url(../images/arrow-left.gif);
	    background-position:left top;
	    background-repeat:no-repeat;
	    height: 39px;
	    left:-21px;
	    position:absolute;
	    top: 15px;
	    width:21px;
	    z-index:101;
	}
	
	#JT_arrow_right {
	    background-image:url(../images/arrow_right.gif);
	    background-position:left top;
	    background-repeat:no-repeat;
	    height:23px;
	    position:absolute;
	    top:-2px;
	    width:11px;
	    z-index:101;
	}
	
	#JT_copy {
	    color:white;
	    padding:10px;
		font-size: .8em;
	}
		#JT_copy h3 {
			margin: 0 0 .5em;
			padding: 0;
			font-size: 1em;
		}

.JT_loader {
    background-image:url(/images/loading.gif);
    background-position:center;
    background-repeat:no-repeat;
    height:55px;
    width:100%;
}

#JT_copy p {
    margin:3px 0pt;
}

#tc {display: none;}

a.jTip {
	cursor:help;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
