
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #cdcdcd;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 100px;
	left: 300px;
	width: 0px;
	height: 0px;
	background-color: #cdcdcd;
	z-index:101;
	border:#0F3 solid 1px;
} 

#boxtitle
{
	position:absolute;
	float:center;
	top:0PX;
	left:380px;
	width:30px;
	height:25px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	z-index:101;
	background:url(img/x.png);
}






