
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 220%;
	background-color: #333333;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=75);
}


#box 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 500px;
	height: 100px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:500;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:596px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #FF9933;
	background-color: #FF6600;
	color:white;
	text-align:center;
}


