.popupDialog {
	position:		fixed;
	_position:		absolute; /* hack for internet explorer 6*/
	/*height:			650px;*/
	width:			800px;
	background-color: 	#FFFFFF;
	border:			solid 2px #000099;
	z-index:		1200;
	padding:		5px;
	font-size:		13px;
	font-family:		@Arial Unicode MS;
	color:			#000099;
	display:			none;
}

#backgroundPopupDialog {
	display:			none;
	position:			fixed;
	/*_position:			absolute;  hack for internet explorer 6*/
	height:				100%;
	width:				100%;
	top:				0;
	left:				0;
	background:			#000000;
	border:				solid 1px #CECECE;
	z-index:			1100;
}