HTML {
	margin:0; padding:0;
}
#filter
{
	opacity: 0.01;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#widget
{
	opacity: 0.01;
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 519px;
	height: 504px;
	z-index: 101;
	overflow: hidden;
	background-color:#FFFFFF;
}
#widgetFrame {
	z-index: 200;
	border: hidden;
	width:517px;
	height:502px;
	overflow: hidden;	
	padding:1px;
}

