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


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 510px;
	height: 150px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

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




#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);
}

#filter_three
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1250px;
	background-color:#000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box_two
{
	display: none;
	position: absolute;
	top: 40%;
	left: 25%;
	width: 500px;
	height: 220px;
	padding-top:48px;
	
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}
#box_three
{
	display: none;
	position: absolute;
	
	width: 500px;
	height: 450px;
	margin:0px;
	z-index:101;
	overflow: none;
}

#boxtitle_two
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:500px;
	height:24px;
	
	padding-top:4px;
	
	margin:0;
	border-bottom:2px solid #936B47;
	background-color:#DCC2AB;
	color:black;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

