
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1060px;
	background-color: #000;
	z-index:10;
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
}


#box 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	height:470px;
	padding: 20px;
	margin: -215px 0px 0px -160px;
	border:1px solid #CBCBCB;
	background-color:#f0f0f0;
	z-index:101;
	overflow: none;
}

#videobox 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 456px;
	height: 307px;
	padding: 20px;
	margin: -153px 0px 0px -228px;
	border:1px solid #CBCBCB;
	background-color:#f0f0f0;
	z-index:102;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:376px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:4px solid #99FF33;
	background-color: #33CC66;
	color:white;
	text-align:center;
		display: none;
}
