@CHARSET "UTF-8";
#overlay{ 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 90; 
	width: 100%; 
        height: 100%;
	background-color: #000; 
}

#loadingContainer{ 
	position: relative; 
	top: 225px; 
	line-height: 0; 
text-align: center;
}

#bainbox{	
width: 500px;
height: 500px;
margin: 70px auto;
background-color: white;
border: 1px solid #c9c9c9;
}

#closeContainer{
clear: both;
float: right;
margin: 5px;
z-index: 100px;
}

#htmlContainer{
width: 480px;
height: 455px;
float: left;
margin: 10px 10px 0 10px;
overflow: auto;
color: #3F3F3F;
}

#htmlContainer h2{
padding:0;
margin:0;

}



