
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 300px;
	padding: 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:396px;
	height:10px;
	padding:0;
	padding-top:4px;
	left-padding:0px;
	margin:0;
	border-bottom:4px solid #cccccc;
	background-color: #cccccc;
	color:white;
	text-align:center;
}


input.btn {   
   color:#000000;   
   font: bold 84% 'Arial',helvetica,sans-serif;   
}   





