
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
/*	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);*/
}


#box 
{
	display: none;
	position: absolute;
	top:-50px;
	left: 20%;
	width: 500px;
	height: 440px;
	padding: 10px;
	padding-top: 30px;
	margin:0;
	border: 2px solid #BDC88C;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:520px;
	height:22px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:4px solid #A6D81F;
	background-color: #81A716;
	color:white;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
}


