Para mi que el problema lo tienes en este selector de la hoja de estilo de lightbox:
Cita: body
, p, td, div
{color: #000000;
font-size: 7pt;
background-color :
background-repeat: no-repeat;
background-attachment: fixed;
color: #000000;
background-image: url(
http://i183.photobucket.com/albums/x...na-01_13.png);
text-align: justify;
margin: 0pt;
font-family: "arial";
line-height: 10pt; }
en el que les estás diciendo que todos los elementos p, div y td además de body tengan esa imagen de fondo, etc.
Simplemente elimina todo lo que te pongo en rojo (, p, td, div) y deja esas propiedades sólo para body, y todo empezará a funcionar.