
#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top: 15%;
	left: 20%;
	width: 600px;
	padding: 48px 48px 30px 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:696px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}.Comment_unpublished1 .CommentHeader {float: left;width: 50%;}.Comment_unpublished1 {background-color:#E8EDF1;border:1px solid #C4D3DF;height:330px;margin-bottom:15px;margin-top:2px;padding-bottom:10px;padding-left:10px;width:98%;}



