@CHARSET "ISO-8859-1";

div.popup_container
{
}

div.popup_background
{
position: fixed;
width: 100%;
height: 100%;
background: #000;
color: #fff;
z-index: 10;

-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* first!  */ /*IE8*/
filter: alpha(opacity=65);					                              /* second! */ /*IE7*/
opacity: .65;                                                     /*other browsers*/
}

div.popup_outer_frame
{
position: fixed;
width: 100%;
height: 100%;
z-index: 11;
}

