#jTermInfo_close_left, #jTermInfo_close_right{font-size: 1.1em;}
#jTermInfo_copy p, #jTermInfo_copy ul{font-size: 1.1em;}

#jTermInfo_copy{
  margin-top:15px;
}

#jTermInfo {
  position: absolute;
  z-index:100;
  width: 255px;
  height: 88px;
}


#jTermInfo_copy.jTermInfo_left{
 padding:20px 30px 2px 10px;
 color:#111;
 background:  transparent  url(images/bg-help-l.png) no-repeat scroll 0 top;
 margin-left:-20px;
 margin-top:20px;
}

#jTermInfo_copy.jTermInfo_right{
 padding:20px 10px 2px;
 color:#111;
 background:  transparent  url(images/bg-help-r.png) no-repeat scroll 0 top;
 position: relative;
 left: 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{
  cursor:help;
  border-bottom: #d3e7f4 dashed 1px;
  /*padding:0 3px;*/
  font-weight:normal !important;
}

#jTermInfo .bottom-left{
  display: block;
  height: 10px;
  background:  transparent  url(images/bg-help-bottom.png) no-repeat scroll 0 top;
  margin-left:-20px;
}

#jTermInfo .bottom-right{
  display: block;
  height: 10px;
  background:  transparent  url(images/bg-help-bottom.png) no-repeat scroll 0 top;
margin-left:20px;
margin-right:-20px;


}