 #overlay{
    background-image: url(overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    /*z-index: 105; commented by proshanta@evoknow.com since zIndex is dynamic so it is assigned value from mf_lightbox.js*/
    width: 100%;
    height: 100%;
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    /*background-image: url(blank.gif);*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
#box{
    /*background:#FFFFFF;*/
	margin: 0;
	padding: 0;
   /*border:1px solid #000000;
	overflow: auto;*/
}

#box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

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

.closeLink {
	position:absolute;
   top:25px;
   right:35px;
   cursor:pointer;
}

.inner_iframe {
border-bottom-color:-moz-use-text-color;
border-bottom-style:none;
border-bottom-width:0pt;
border-left-color:-moz-use-text-color;
border-left-style:none;
border-left-width:0pt;
border-right-color:-moz-use-text-color;
border-right-style:none;
border-right-width:0pt;
border-top-color:-moz-use-text-color;
border-top-style:none;
border-top-width:0pt;
display:block;
}

.blank_iframe
{
overflow:hidden;
}

.blank_iframe body
{
overflow:hidden;
}
