
#filter
{
	display: none;
	position: fixed;
	_position: absolute;
	top: 0%;
	_top: expression(documentElement.scrollTop+body.scrollTop + 0 + "px");
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity:0.75;
	filter: alpha(opacity=75);
	z-index:1000;
}


#box 
{
	display: none;
	position: fixed;
	_position: absolute;
	top: 20%;
	_top: expression(documentElement.scrollTop+body.scrollTop + 70 + "px");
	left: 20%;
	width: 496px;
	height: 200px;
	margin:0;
	/*border: 1px solid black;*/
	/*background-color: white;*/
	overflow: none;
	z-index:1001;
}

#boxtitle
{
	background-image:url(../im/lightboxheader.png);
	color:white;
	font-size:13px;
	font-weight:bold;
	height:18px;
	_height:25px;
	margin:0;
	padding:7px 0 0;
	text-align:center;
	width:496px;
}

#boxcontent{
	border-right: 1px solid rgb(215, 211, 223);
	background-color: white;
	border-left: 1px solid rgb(215, 211, 223);
	padding:6px 0;
}

#boxfooter{
	/*position:absolute;*/
	float:center;
	top:180;
	left:0;
	width:496px;
	height:25px;
	background-image:url(../im/lightboxfooter.png);
}


