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

}

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

#box 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 30%;
	width: 496px;
	height: 300px;
	padding: 18px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#box_two 
{
	display: none;
	position: absolute;
	top: 90%;
	left: 30%;
	width: 330px;
	height: 70px;
	padding: 34px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}



#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:532px;
	height:24px;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #FFFF66;
	background-color:#84B207;
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#boxtitle_two
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:396px;
	height:24px;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #FFFF66;
	background-color:#84B207;
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
