#lightbox-overlay
{
    background-color: #000000;
    
    display: none;

    height: 1260px;
    
    left: 0%;
    
    position: absolute;
    
    top: 0%;
    
    width: 100%;
    
    z-index: 1000;
    
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */    
}
#lightbox
{
    background-color: rgb(214, 242, 254);
    
    border: 2px solid rgb(23, 216, 218);

    display: none;

    font-family: Verdana;
    
    font-size: 15px;

    height: 400px;

    left: 50%;
    
    line-height: 1.2em;

    margin-left: -175px;

    margin-top: -200px;

    padding: 7px;

    position: absolute;
    
    top: 50%;

    width: 350px;
    
    z-index: 1001;
}
#lightbox-bar
{
    text-align: right;

    width: 100%;
}
#lightbox h1
{
    font-size: 20px;

    margin: 0;
    
    padding: 0;
}
#lightbox h1, #lightbox p
{
    margin-bottom: 1em;
}