
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);

}


#box 
{
	display: none;
	position: absolute;
	
	width: 600px;
	height: 500px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;

}

#box_addmenu
{
	display: none;
	position: absolute;

	width: 600px;
	height: 460px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;

}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:640px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:4px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}
#box_addmigrstat
{
	display: none;
	position: absolute;
	width: 1270px;
	/*height: 260px;*/
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	/*overflow: auto;*/
	border-radius: 21px; 
	-moz-border-radius: 21px; 
	-webkit-border-radius: 21px; 
	border: 2px solid #6699CC;
	margin-top: -750px;
	margin-left: -151px;
}
#boxtitle_migrstat
{
	
}




#shadowingpv
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);

}
#boxpv 
{
	display: none;
	position: absolute;
	
	width: 600px;
	height: 500px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;

}
#boxtitlepv
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:640px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:4px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}