#filter,#filter2,#filterConfirm,#filterControlPanel
{
	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: 30%;
	left: 30%;
	width: 330px;
	height: 290px;
/*
	height: 291px;
*/
	padding: 0px;
	margin:0;
/*
	border: 1px solid black;
*/
	background-color: #CCA;
	z-index:101;
	overflow: none;
}

#boxConfirm
{
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 330px;
	height: 290px;
/*
	height: 291px;
*/
	padding: 0px;
	margin:0;
/*
	border: 1px solid black;
*/
	background-color: #CCA;
	z-index:101;
	overflow: none;
}


/*
#box,#box2,#boxConfirm,#boxControlPanel
*/
#box2,#boxControlPanel
{
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 330px;
	height: 320px;
/*
	height: 291px;
*/
	padding: 0px;
	margin:0;
/*
	border: 1px solid black;
*/
	background-color: #CCA;
	z-index:101;
	overflow: none;
}

#boxtitle,#boxtitle2,#boxtitleConfirm,#boxtitleControlPanel
{
/*	
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;

	font-weight:bold;
	font-family:Lucida Grade, Arial, Helvetica, sans-serif;
	font-size:16px;
*/
}
