
div.footnote_new, div.footnote_new_active {

  position: absolute;
  z-index: 5;
  display: none;
  width: 300px;
  font-size: 16px;
  padding: 0px;
  color: black;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  text-align: left;
  /*opacity: .5;
     filter: alpha(opacity=50); */
  }
div.footnote_new_active { display: block }
div.footnote { display: none }
#x_image {
 position: absolute; 
 right: 10px;
 _right: 20px;
 /*top: 5px;-*/
}

.small {  font-size: 12px;
  color: black;
  font-family: Arial;
  text-align: left;
  margin: 0pt auto;
}


