
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
 /* for IE 
  filter:alpha(opacity=50);*/
  /* CSS3 standard */
  opacity:0.5;}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;
	height: 360px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: #000;
	z-index:101;
}

#boxtitle
{
	position:absolute;
	
	top:0;
	left:0;
	width:440px;
	height:24px;
	padding:0;
	padding-top:4px;margin:0;
	border-bottom:4px solid #999;
	background-color: #DDD;
	color:#000;
	text-align:center;
}

#filter2
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:15;
 /* for IE 
  filter:alpha(opacity=50);*/
  /* CSS3 standard */
  opacity:0.5;}


#box2 
{
	display: none;
	position: absolute;
	top: 2%;
	left: 2%;
	width: 1000px;
	height: 550px;
	padding: 10px;
	margin:0;
	border: 1px solid black;
	background-color: #000;
	z-index:111;
}

#box2 p
{
	font-size:11px;
	margin: 0px 4px;
	text-align:left;
}

#boxtitle2
{
	position:absolute;
	
	top:0;
	left:0;
	width:1024px;
	height:24px;
	padding:0;
	padding-top:4px;margin:0;
	border-bottom:4px solid #999;
	background-color: #DDD;
	color:#000;
	text-align:center;
}

#filter3
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
 /* for IE 
  filter:alpha(opacity=50);*/
  /* CSS3 standard */
  opacity:0.5;}


#box3
{
	display: none;
	position: absolute;
	top: 1.5%;
	left: 20%;
	width: 400px;
	height: 640px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: #000;
	z-index:101;
}

#boxtitle3
{
	position:absolute;
	
	top:0;
	left:0;
	width:440px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:4px solid #999;
	background-color: #DDD;
	color:#000;
	text-align:center;
}

#filter4
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
 /* for IE 
  filter:alpha(opacity=50);*/
  /* CSS3 standard */
  opacity:0.5;}


#box4 
{
	display: none;
	position: absolute;
	top: 1.5%;
	left: 20%;
	width: 450px;
	height: 650px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: #000;
	z-index:101;
}

#boxtitle4
{
	position:absolute;
	
	top:0;
	left:0;
	width:490px;
	height:24px;
	padding:0;
	padding-top:4px;margin:0;
	border-bottom:4px solid #999;
	background-color: #DDD;
	color:#000;
	text-align:center;
}
