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


#box 
{
	display: none;
	position: fixed;
	top: 0%;
	left: 23%;
	opacity:1;
	width: 50%;
	height: auto;
	padding: 25px;
	margin:0;
	border: 8px solid #E2E2E2;
	border-radius: 20px ;
	background-color: white;
	z-index:100000000000000000;
	
}

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


@media (max-width: 320px){
#box 
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	opacity:1;
	width: 97%;
	height: auto;
	padding: 25px;
	margin:0;
	border: 8px solid #E2E2E2;
	border-radius: 20px ;
	background-color: white;
	z-index:100000000000000000;
	
}
	
}


@media (max-width: 322px){
#box 
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	opacity:1;
	width: 97%;
	height: auto;
	padding: 25px;
	margin:0;
	border: 8px solid #E2E2E2;
	border-radius: 20px ;
	background-color: white;
	z-index:100000000000000000;
	
}
	
}


@media (max-width: 480px){
#box 
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	opacity:1;
	width: 97%;
	height: auto;
	padding: 25px;
	margin:0;
	border: 8px solid #E2E2E2;
	border-radius: 20px ;
	background-color: white;
	z-index:100000000000000000;
	
}
	
}


@media (max-width: 780px){
#box 
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	opacity:1;
	width: 100%;
	height: auto;
	padding: 25px;
	margin:0;
	border: 8px solid #E2E2E2;
	border-radius: 20px ;
	background-color: white;
	z-index:100000000000000000;
	
}
	
}