#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box 
{
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 40%;
	height: 80%;
	padding: 0;
	margin:0;
	z-index:11;
}

#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 0px;
	overflow: auto;
	width:100%;
	height:100%;
}

#mail_sent 
{
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 40%;
	padding: 0;
	margin:0;
	z-index:11;
}

#mail_sent_content
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 0px;
	overflow: auto;
	width:100%;
	height:100%;
}

#embed_code 
{
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 40%;
	padding: 0;
	margin:0;
	z-index:11;
}

#embed_code_content
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 0px;
	overflow: auto;
	width:100%;
	height:100%;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}


