div.lightbox
{
position: fixed;
display: none;

top: 0px;
left: 0px;
min-height: 512px;
padding: 92px;

z-index: 30;

background: rgb( 255 , 0 , 1 );
background: rgba( 255  , 1 , 1 , 0.4 );
}

div.lightbox p.close
{
position: fixed;
top: 40px;
right: 60px;
background: white;
color: black;
font-size: 12pt;
padding: 4px 12px;
cursor: pointer;
}

div.lightbox div.galery
{
display: block;
margin: auto;
width: 768px;
height: 512px;
background: #000000;
}

div.lightbox div.galery table.galery
{
color: white;
width: 100%;
}

div.lightbox div.galery table.galery td
{
padding: 4px;
text-align:center;
}

div.lightbox div.galery table.galery img.preview
{
width: auto;
height: auto;
max-width: 178px;
max-height: 140px;
width: expression(this.width > 178 ? "178px": auto);
cursor: pointer;
}

div.lightbox div.fotoupload
{
display: block;
margin: auto;
width: 768px;
height: 460px;
background: #ffffff;
}

div.lightbox div.fotoupload table.fotoupload
{
width: 100%;
padding: 16px;
color: black;
}

div.lightbox div.fotoupload table.fotoupload img.preview
{
width: 256px;
max-height: 312px;
}

