
#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: fixed;
	top: 20%;
	left: 40%;
	width: 300px;
	height: 200px;
    background-image:url('./img/Logo_Mobi.png');
    background-repeat:no-repeat;
    background-position:bottom;
	padding: 48px;
	margin:0;
	border: 1px solid #000080;
	background-color: white;
	z-index:101;
	overflow: auto;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:396px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:5px solid #000080;
	background-color: #024794;
	color:white;
	text-align:center;
}


