
#shadowing {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 111111;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


#box {
	display: none;
	position: absolute;
	top: 5%;
	left: 0%;
	/*width: auto;*/
	height: auto;
	padding: 40px 10px 10px 10px;
	margin: 0;
	border: 1px solid #fff;
	background-color: white;
	z-index: 111111;
	overflow: auto;
	/*border-radius: 5px;*/
}

#boxtitle {
	position: absolute;
	top: 0;
	font-family: muli;
	font-size: 20px;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: #399eff;
	color: white;
	text-align: center;
}

@media (max-width:480px) {
	#box {
		left: 8%;
	}
}
