#background_box {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0pt;
	padding: 0pt 0pt 2em;
	z-index: 10100 !important;
	background:  #000000;
	opacity : 0.66;
	filter:Alpha(opacity=66);
	top: 0px;
	text-align: center;
}

#box {
	display: none;
	margin: 150pt 20%;
	width: 450px;
	height: 200px;
	background: none repeat scroll 0%;
	border: 0px;
	opacity : 1;
	filter:Alpha(opacity=100);
	z-index: 10102 !important;
	top: 0;
	position: absolute;
	padding-top: 2%;
	padding: 1%
}
