@charset "UTF-8";
.iframePopupDialog
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}
.popupBox
{
	background-color: #FFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 2px outset #CCCCCC;
	width: 670px;
	height: 630px;
	text-align:center;
	/*popup dialog cross-browser shadow*/
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	filter:none;
	vertical-align: middle;
}
.popupContent{
	overflow: auto;
	vertical-align: middle;
	width: 670px;
	height: 630px;
	background-color: #FFF;
	text-align: center;
}
.popupContainer{
	width: 670px;
	height: 630px;
}
.shieldPopupDialog{
	background-color:#000;
	filter: alpha(opacity=50);
	opacity: .7;
}
.popupBar{
	border: 2px outset buttonface;
	padding: 0.4em;
	background-color:#666;
	width: auto;
	height: auto;
}
.popupTitle{
	text-align:left;
	float:left;
	color: #FFF;
	font-weight:bold;
}

.popupClose{
	border:2px solid #FFF;
	background-color:#000;
	text-decoration:none;
	color:#FFF;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight: bold;
}
.popupClose:hover{
	border: 2px solid #000;
	background-color: #FFF;
	text-decoration: none;
	color: #000;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
