
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #665e5e;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;
	height: 200px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:999;
	overflow: none;
}
#box div{
	width:270px;
	margin-top:5px;
	text-align:center;
	}
#box div label{
	height:22px;
	line-height:22px;
}
#box div input.poptxt{
	height:20px;
	width:170px;
	border:solid 1px #d4d4d4;
	
	}
	#box div textarea{
	height:80px;
	width:250px;
	border:solid 1px #d4d4d4;
	
	}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding-top:4px;
	left-padding:8px;
	background-color: #09c;
	color:white;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

