@charset "UTF-8";

/* start custom css */
.popupBox {
	box-shadow:0 0 14px #000!important;
}
.popupContainer {
	background-color:rgba(0,0,0,.6)!important;
}
.popupContent::after {
 background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    content: "X";
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    right: -22px;
    text-align: center;
    text-shadow: 0 0 1px #000000, 1px 0 0 #000000;
    top: -23px;
    width: 17px;
	position:absolute;
}
/* end custom css */


.iframePopupDialog
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}

.popupBox
{
	position:relative;
	background-color: buttonface;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: 1px outset #CCCCCC;
	width: -100%;
	height: -100%;
	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);
	vertical-align:middle;
}
.popupContent{
	clear:both;
	overflow: auto;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.popupContainer{
	width: 100%;
}
.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;
	color: #FFF;
	font-weight:bold;
}
.popupClose{
	float:right;
	text-align:right;
	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;
	font-weight:bold;
}
