a.titlepopup {
   display:block;
   width:100%;
   height:100%;
}

#popup {
   z-index:100;
   display:none;
   color:#000;
   font-size:11px;
   line-height:130%;
   background:url("/files/img/popuptrans.png");
   border:1px solid #e6e6e6;
   position:absolute;
   display:block;
   padding:10px;
   width:auto;
   max-width:350px;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   -khtml-border-radius:5px;
   text-overflow:ellipsis; /* IE JS-Browser-Hack */
}

* html #popup {
   z-index:101;
   width:350px;
   background:#fff;
}

*+ html #popup {
   z-index:102;
   background:#fff;
}

