@charset "UTF-8";
.iframePopupDialog
{
	position: absolute;
	z-index: 1010;


	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}

.popupBox
{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 600px;
	height: 405px;
	text-align:left;
	/*popup dialog cross-browser shadow*/
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;


























	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181', Direction=135, Strength=8);
	vertical-align:middle;
	background-image: url(../toxic%20vapor%20monitors/images/monitors.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	line-height: normal;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #FFF;
}
.popupContent{
	clear:both;
	overflow: auto;
	vertical-align: top;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
}
.popupContainer{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 50px;
}
.shieldPopupDialog{
	background-color:#333;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display:block;
}
.popupBar{
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F2B500;
	text-align: center;
	padding-top: 10px;
}
.popupTitle{
	text-align: left;
	color: #FF0;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.popupClose{
	float:right;
	text-align:right;
	border:thin none #FFF;
	color:#FFF;
	font-weight:bold;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.4em;
	font-size: 18px;
}
.popupClose:hover{
	border:2px none #000;
	text-decoration:none;
	color:#FF0;
	font-weight:bold;
}
