#overlay{
    background-image: url(../images/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;
	background-color:#fff;
	overflow: hidden;
}

#box #lbClose{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#box #boxContents {
	padding:20px;
	font-size:12px;
	font-family:arial;
	background-color:#EEEEEE;
}

#box #boxContents .section{
	margin:0;
	padding:0;
}
#box #boxContents .title{
	margin:10px 10px 0 10px;
}
#box #boxContents .sectionContent{
	margin:0 0px 0px 0px;
}
#box #boxContents div#message{
	margin:0;
}