
#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: 20%;
	right: 20%;
	width: 300px;
	height: 100px;
	padding: 33px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin:0;
	border: 1px solid gray;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:396px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #66aa66;
	background-color: #66aa66;
	background:url("../images/1b.jpg");
	color:white;
	text-align:center;
	font-weight: bold;
	font-family:Tahoma;
	font-size:16;
}



