
div.plg_modal { position:fixed; top:0; left:0; width:100%; height:100%; z-index:50; display:none; }
div.plg_modal .blanker { position:absolute; top:0; left:0; width:100%; height:100%; background:black; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }

div.plg_modal .positional { position:absolute; top:50%; left:50%; }

div.plg_modal .positional .border 
{ 
	background:black; -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; position:absolute; top:0; left:0; width:100%; height:100%; z-index:51;
	border-radius:14px; -moz-border-radius:14px; -webkit-border-radius:14px;
	behavior:url(plugins/jquery/PIE.php); position:absolute; 
}

div.plg_modal .positional .content
{
	background:white;
	display:block; z-index:52; margin:0 5px;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	behavior:url(plugins/jquery/PIE.php); position:relative; top:5px;
	
	/*padding:10px;*/
	
	color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#000000)); 
	background: -moz-linear-gradient(top,  #262626,  #000000);
	-pie-background: linear-gradient(#262626, #000000);
} 

div.plg_modal .positional .content h2
{
	font-family: 'HelveticaNeueCondensedBold', sans-serif; font-size-adjust: 0.54; font-size:20pt; font-weight:normal;
}

div.plg_modal a.close-button 
{ 
	display:block; width:18px; height:18px; background-image:url(close1.png); cursor:pointer; text-indent:-9999px; position:absolute; 
	top:-4px; right:-4px; z-index:53; 
}
