﻿body {
     height:100%;
     margin:0;
     padding:0;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 1000;
     background: transparent url(../../images/mg_cover.gif);
     
}

#overlaydiv 
{
	 width:576px;
     height:215px;
     margin: 100px auto;
     background-color: #fff;
}

#overlaydiv2
{
	width:576px;
	height:230px;
	margin:100px auto;
	background-color: #fff;
	background: url(../../images/mg_cover.png);
	background-repeat: no-repeat;
}

#close
{
	position:absolute;
	top:-4px;
	right:-3px;
}
.report
{
	font-size:69%;
}


