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


#box 
{
	display:none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 540px;
	height: 350px;
	padding: 80px;
	margin:0;
	border: 3px solid #7EB502;
	background:#f2f2f2;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	/*font-weight:bold;*/
	font-size:12px;
	float:center;
	top:0;
	left:0;
	width:662px;
	height:50px;
	/*padding-top:5px;*/
	margin:0;
	/*border-bottom:1px solid #7EB502;*/
	background-color:#7EB502;
	color:white;
	text-align:left;
}

