@charset "utf-8";
/* CSS Document */

#filter
{
	/*display: none;*/
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: #333;
	z-index:13000;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
/*	display: none;*/
	position: absolute;
	top: 10%;
	left: 30%;
	width: 400px;
/*	height: 600px;*/
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:13010;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:34px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #F60;
	color:white;
	text-align:center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}


