@charset "UTF-8";

.iframePopupDialog
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}

.popupBox
{
	position: relative;
	background-color: #FFF;
	font-family: Droid Sans, sans-serif;
	font-size: 16px;
	padding: 20px;
	/*border: 2px outset #CCCCCC;*/
	width: 35em;
	text-align: left;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	/*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);
	vertical-align: middle;*/
	
	behavior: url(/PIE/PIE.htc);
}
.popupContent{
	clear: both;
	overflow: auto;
	vertical-align: top;
	width: 100%;
	font-family: Droid Sans, sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-align: left;
}
.popupContentBlue{
	clear: both;
	overflow: auto;
	vertical-align: top;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 16px;
	line-height: 22px;
	color: #3457AB; 
	text-align: left;
}
.popupContainer{
	width: 150%;
}
.shieldPopupDialog{
	background-color:#CCC;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display:block;
}
.popupBar{
	border: 1px solid #FFF;
	padding: 0.4em;
	/*background-color:#666;*/
	width: auto;
}
.popupTitle{
	text-align: left;
	font-size: 24px;
	/*color: #FFF;*/
	color: #1870b8;
	font-weight: bold;
	font-family: Droid Sans, sans-serif;
	line-height: normal;
}
.popupClose{
	font-family: Droid Sans, sans-serif;
	float: right;
	text-align: right;
	background-color: #FFF;
	text-decoration: none;
	color: #c72f45;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight: bold;
	font-size: 24px;
}
.popupClose:hover{
	/*border:2px solid #000;*/
	background-color:#FFF;
	text-decoration:none;
	color:#000;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight:bold;
	font-size:24px;
}
