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


#box 
{
	display: none;
	position: absolute;
	top: 13%;
	left: 37%;
	width: 310px;
	height: 315px;
	padding: 0px;
	margin:0;
	border: 1px solid black;
	background-color: #f7f3f0;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:310px;
	height:0px;
	padding:0;
	padding-top:0px;
	left-padding:0px;
	margin:0;
	border-bottom:0px solid #ABA180;
	background-color: #f7f3f0;
	color:white;
	text-align:center;
}



