
#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: 25%;
	left: 40%;
	width: 400px;
	height: auto;
	padding: 20px;
	margin:0;
	border: 1px solid #c9c0bd;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:486px;
	height:24px;
	padding:4px 0px 0px 10px;
	left-padding:8px;
	margin:0;
	/*border-bottom:2px solid #c9c0bd;
	background-color:#4d4848;*/
	color:white;
	text-align:left;
	font: bold 12px/18px Helvetica;
}

#content, #rightBox1{ border:0px solid red}
#rightBox1{width:220px; height:250px; padding:16px; z-index:5000;  }
#content{width:500px; padding:4px 16px;  margin-left:300px}


