div#LightboxHolder {
	background-color:#fff;
	border:5px solid #000;
	overflow:auto;
}

#overlay{
    background-image: url(../images/lightbox/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    filter:alpha(Opacity=90);   
}

#box{
    background:transparent;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#box #lbClose{
	text-align:right;
	cursor:pointer;
	cursor:hand;
	height:16px;
	padding-right: 10px;
	width:100%;
}

*html #box #boxContents {
	overflow:hidden;
}

#box #boxContents .section{
	margin:0;
	padding:0;
}
#box #boxContents .title{
	margin:10px 10px 0 10px;
}
#box #boxContents .sectionContent{
	margin:0 10px 10px 10px;
}
#box #boxContents div#message{
	margin:0;
}
