/* CSS Document */

#filter
{
	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: 240px;
	left: 50%;
	width: 250px;
	height: 200px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background:#F5E296;
	color:#000000;
	background-color: #C0C0C0;
	z-index:11;
	overflow: auto;
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	padding-top:2px;
	left-padding:8px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background:#666666;
	/*background-color: #060;*/
	color:white;
	text-align:center;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(../images/close2.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	margin:0;
	padding: 8px;
	color:#000000;
}
