
/* the styling for the skin file */
#popupSkin{
	/*background:url(/media/layout/popup_bg.png) top left repeat-y;
	border:4px solid #CBC5A3;
	padding:25px;*/
}
#popupSkin .top{
	height:10px;
	line-height:10px;
	background:url(/media/layout/popup_top.png) top left no-repeat;
	/*border:1px solid blue;*/
}
#popupSkin .bottom{
	height:15px;
	line-height:15px;
	background:url(/media/layout/popup_bottom.png) bottom left no-repeat;
	/*border:1px solid green;*/
}
#popupSkin .content{
	background:url(/media/layout/popup_bg.png) bottom left repeat-y;
	/*border:1px solid red;*/
	/*padding:25px;*/
	min-height:150px;
}
#popupSkin #closeBtn, #popupSkin #closeBtn:link, #popupSkin #closeBtn:visited, #popupSkin #closeBtn:active{
	position:absolute;
	right:12px;
	top:3px;
	width:20px;
	height:20px;
	background:url(/media/layout/popup_close.gif) top right no-repeat;
	cursor:pointer;
	text-decoration:none;
}
#popupSkin #closeBtn:hover{
	background:url(/media/layout/popup_close.over.gif) top right no-repeat;
	text-decoration:none;
}
#popupBoxContent{
	
}

/* styling for the dynamic popup container */
#popupBox{
	position:absolute;
	display:none;
	z-index:100;
}

/* styling for the page shield */
#popupBoxShield{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0;
	background:url(/media/layout/popup_shield.png);
	/*background-color:#000;
	opacity:.50;
	filter:alpha(opacity=50);*/
	z-index:99;
}
*html #popupBoxShield{
	background-image:none;
	background-color:#000;
	opacity:.50;
	filter:alpha(opacity=50);
}
/**html #popupBoxShield{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/layout/popup_shield.png", sizingMethod="scale");
}*/