

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#box
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:11;
	width: 100%;
	height: 100%;
	text-align:center;
}

#boxinner
{
	height: 100%;
	margin: 0 auto;
}

#boxinner2
{
	border: 1px solid black;
}

#boxheader
{
	height: 20px;
	border-bottom: 1px solid black;
	background-color: #694007;
	color: white;
	font-family: Verdana;
	font-size: 13px;
	padding-left: 10px;
}

#boxclose {
	border-bottom: 1px solid black;
	background-color: #694007;
}

#boxcontent
{
	margin:0;
	background-color: white;
}

#boxcontent img {
	margin: 10px;
}


