#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{
    position:absolute;
    top:10px;
    right:5px;
    cursor:pointer;
}

#box #boxContents {
	margin-top:12px;
	padding:10px;
}

#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;
}