/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
    z-index: 600;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
    z-index: 605;
    display: none;
	width:80%;
	left:10%;
	min-height:400px;
	
}
#topLeft
{
    width:740px;
    float:left;
}
#topRight
{
    width:23px;
    float:left;
}
#popupBody
{
   
}
.pa{ position:absolute;}
.pr{ position:relative;}
.l0{ left:0px;}
.t0{ top:0px;}
.b0{ bottom:0px;}
.r0{ right:0px;}

