#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	/*width: 100%;*/
	width: 1000px;
	_width: 1000px;
	/*height: 100%;*/
	height: 200px;
	_height: 200px;
	background-color: #cccccc;
	z-index:10;
	opacity:0.75;
	filter: alpha(opacity=75);
}

#box
{
	display: none;
	position: absolute;
	/*top: 20%;*/
	top: 25px;
	_top: 25px;
	/*left: 20%;*/
	left: 250px;
	_left: 250px;
	/*width: 60%;*/
	width: 500px;
	_width: 500px;
	/*height: 60%;*/
	height: 145px;
	_height: 145px;
	padding: 0;
	margin:0;
	/*border: 1px solid black;*/
	background-color: white;
	z-index:11;
	overflow: auto;
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0px;
	padding-top:2px;
	/*left-padding:8px;*/
	margin:0;
	margin-right:20px;
	/*border-bottom:1px solid black;*/
	background-color: #9f0332;
	color:white;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	letter-spacing:1px;
	line-height:120%;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 1px;
	right: 1px;
	/*background-image:url(close.gif);*/
	/*background-repeat:no-repeat;*/
	/*background-color:#CCC;*/
	/*border:1px solid black;*/
	background:transparent url(close2.gif) no-repeat scroll right top;
	width:20px;
	height:20px;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	margin:0;
	padding: 8px;
	color: #000000;
}
#boxcontent a {
	font-size:85%;
	color:#9E0331;
}

