@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: buttonface;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #F00;
	width: 30em;
	height: 21em;
	text-align:left;
	/*popup dialog cross-browser shadow*/
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;


	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181', Direction=135, Strength=8);
}
.popupContent{
	overflow: auto;
	vertical-align: top;
	width: auto;
	padding: 20px;
}
.popupContainer{
	width: 100%;
}
.shieldPopupDialog{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.popupBar{
	padding: 0.4em;
	background-color:#F00;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.popupTitle{
	text-align:left;
	float:left;
	color: #FFF;
	font-weight:bold;
}

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

