
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-bottom:0px;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index:500;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 30%;
	left: 20%;
	width: 400px;
	height: 310px;
	padding: 48px;
	padding-top:50px;
	border: 1px solid black;
	background-color: white;
	z-index:501;
	overflow: none;
}
#box form
{
padding-top: 10px;
}
#boxtitle
{
	position:absolute;
	top:0;
	left:0;
	width:496px;
	height:51px;
	padding-bottom:20px;
	left-padding:8px;
	margin-top:2px;
background-image: url('../images/headercomment.png');
background-repeat: no-repeat;
background-position: top left;
	color:grey;
}
#boxtitle span
{
text-align:right;
}




