#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000000;
    -moz-opacity: 0.74;
    opacity:.74;
    filter: alpha(opacity=74);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    /*background:#FFFFFF;*/
    background: #E0E8EF;
    padding:0;
    border:0px solid #E0E8EF;
}

.lightboxHeading {
	background: #FFE5E6;
	color: maroon;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;

}

.lightboxContent {
	background: #FFFFFF;
	overflow: auto;
	padding: 10px;
}

.lightboxButtons {
	background: #DCDCDC;
	border-top: 1px solid #808080;
	bottom: 0px;
	padding: 4px;
	text-align: right;
}

#close{
    position:absolute;
    top:9px;
    right:8px;
    cursor:pointer;
}