@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;
	padding: 2px;
	border: 2px outset #CCCCCC;
	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;
	height: 18.4em;
}
.popupContainer{
	width: 100%;
}
.shieldPopupDialog{
	background-color:#CCC;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.popupBar{
	border: 2px outset buttonface;
	padding: 0.4em;
	background-color:#666;
	width: auto;
}
.popupTitle{
	text-align:left;
	float:left;
	color: #FFF;
	font-weight:bold;
}

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

#gorillaz .popupBox
{
	color:#FFF;
	font-weight:bold;
	padding: 2px;
	border:0px;
	width:390px;
	height:305px;
	background-color: transparent;
	background-image:url(../spry-pop-up-dialog/images/gorillaz.png);
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	filter: none;
}
#gorillaz .popupBar{
	padding:0.4em;
	border:0px;
	background-color:transparent;
}

#gorillaz .popupContent{
	font-family:"Comic Sans MS", cursive !important;
	font-size: 16px;
	overflow:auto;
	vertical-align:top;
	width:auto;
	height:auto;
	padding-left: 18px;
}

#metallic .popupBox{
	color:#000;
	padding: 0px;
	border: 0px;
	width: 320px;
	height: 194px;
	font-size:10px;
	background-color: transparent;
	background-image: url(../spry-pop-up-dialog/images/metallic_form.png);
	background-repeat: no-repeat;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	filter:none;
}
#metallic .popupBar{
	padding: 0px;
	border:  0px;
	background-color: transparent;
}

#metallic .popupContent{
	overflow:auto;
	vertical-align:top;
	width:auto;
	height:auto;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color:#333 ;
	scrollbar-track-color: #333;
	scrollbar-darkshadow-color:#000;
	scrollbar-base-color:#666;
}

#metallic .popupContent td{
	font-size:11px;
	font-weight:bold;
}
#metallic input, #metallic textarea{
	border:1px #000 solid;
	background-color: #333;
	color:#FFF;
	font-size:11px;
}
#imageviewer .popupBox{
	color:#FFF;
	width:408px;
	height:368px;
	background-color:#333;
	padding:0px;
	border:#000 1px solid;
}
#imageviewer .popupContent{
	height:326px;
	width:400px;
	margin:4px;
	border:1px inset #CCCCCC;
	overflow:visible;
}
#imageviewer .popupBar{
	border: 1px outset #CCC;
	background-color: #333;
	background-image:url(../spry-pop-up-dialog/images/vista_titlebar.png);
	background-repeat:repeat-x;
	padding:0px;
	width:auto;
}
#imageviewer .popupTitle{
	margin-top: 8px;
	margin-left: 8px;
	text-shadow: #000;
}
.form_button{
	cursor:pointer;
}
#confirmation .popupBar{
	border-width: 0px;
	background-color: transparent;
	background-image: url(../spry-pop-up-dialog/images/xp_titlebar.png);
	background-repeat: repeat-x;
	padding: 0px;
	width: auto;
	height: 30px;
}
#confirmation .popupBox{
	width:382px;
	padding: 0px;
	box-shadow: none;
	background: none;
	border-width:0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	filter:none;
}
#confirmation .popupTitle{
	margin-top: 6px;
	margin-left: 6px;
	color:#FFF;
}
#confirmation .popupContent{
	width:378px;
	text-align:center;
	color: buttonText;
	background-color: buttonface;
	border: 2px outset #CCCCCC;
}
#popupText{
	background-color: #FFF;
	padding: 3px;
}
#spryPopupDialog1 .popupContent{
 	border: 1px inset buttonface;
}