/* Updated at 2007/10/23 by yap */
/* Updated at 2007/12/09 by yap */

#lightbox{
    background-color: #eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    }
#lightboxDetails{
    font-size: 9pt; /* Correct at 2007/10/23 by yap */
    padding-top: 8px; /* Correct at 2007/10/23 by yap */
    }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(../image/lightbox/overlay.png); } /* Correct at 2007/10/23 by yap */

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/lightbox/overlay.png", sizingMethod="scale"); /* Correct at 2007/10/23 by yap */
    }
