#jTermInfo_close_left,#jTermInfo_close_right{
	font-size:0.9em;
}
#jTermInfo_copy p,#jTermInfo_copy ul{
	font-size:0.9em;
}
#jTermInfo{
	position:absolute;
	z-index:100;
	width:255px;
	height:88px;
	font-size:0.9em;
}
.jTermInfo_left{
	background:transparent  url(/img/wrap/bg-help.png) no-repeat scroll 0 top;
	padding:5px 30px 2px 10px;
	color:#111;
	margin-left:-20px;
	position:relative;
}
.jTermInfo_right{
	background:transparent  url(/img/wrap/bg-help.png) no-repeat scroll right top;
	padding:5px 5px 2px 30px;
	color:#111;
	position:relative;
	margin-right:-20px;
}
#jTermInfo_close_left,#jTermInfo_close_right{
	display:none;
}
#jTermInfo_close_right{
	background-color:#ccc;
	text-align:left;
	padding:0 5px 0 0;
	font-weight:bold;
}
#jTermInfo_copy p{
	margin:3px 0;
}
#jTermInfo_copy img{
	padding:1px;
	border:1px solid #CCCCCC;
}
.jTerm{
	border-bottom:1px solid;
	cursor:help;
x	font-style:italic;
}
span.jTerm-wrap{
	background:#EBEBEB;
	padding:1px 3px 3px;
}
span.active-jTerm{
	color:white;
	background:#0066ff;
}
#jTermInfo .top-left{
	background:transparent  url(/img/wrap/bg-help-top-l.png) no-repeat scroll 0px bottom;
	display:block;
	height:14px;
	margin-top:15px;
}
#jTermInfo .top-right{
	background:transparent  url(/img/wrap/bg-help-top-r.png) no-repeat scroll 230px bottom;
	display:block;
	height:14px;
	margin-top:15px;
}
#jTermInfo .bottom-left{
	background:transparent  url(/img/wrap/bg-help-bottom.png) no-repeat scroll left top;
	display:block;
	height:11px;
	width:250px;
	position:relative;
	right:20px;
}
#jTermInfo .bottom-right{
	background:transparent  url(/img/wrap/bg-help-bottom.png) no-repeat scroll right top;
	display:block;
	height:11px;
	position:relative;
	right:-20px;
	width:250px;
}