#popupbox_top {
	width: 100%;
	overflow: hidden;
	border:0px solid #ff0000;
	background:#fff;	
}

#popupboxid{
	background:#fff;	
	border:1px solid #333;
	z-index:10000;
}

#popupboxidbackground {
	background:#444444;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=60);
}

#chiudidiv {
	color:#333;
	cursor:pointer; 
}
