/** Lightbox support **/
#overlay
{ 
    /*background-image: url(/images/bricks_tan.jpg);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay
{
    background-color: #333;
    background-color: transparent;
    background-image: url(/images/bricks_tan.jpg);
    background: none;
    height: expression( document.documentElement.clientHeight );
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/bricks_tan.jpg", sizingMethod="scale");
}

#lightbox
{
		padding: 30px;
    width: 468px;
    color: white;
    position: absolute;
		background: black;
}

#lightboxClose
{
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url(/includes/lightbox/images/close.gif);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

#lightboxClose:hover
{
    background-image: url(/includes/lightbox/images/close.gif);
}

#lightboxError
{
}

#lightboxWait
{
    text-align: center;
}

#lightboxWait img
{
    vertical-align: middle;
}
