/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: transparent;
    /*background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;*/
	display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    width: 383px;
    height: 300px;
    padding: 1px;
    z-index: 1005;
    display: none;
	background:url(afbeeldingen/popupbg.png);
    border: 1px solid black;
    /*background-color: transparent;
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;*/
}
#topLeft
{
    width:357px;
    float:left;
}
#topRight
{
    width:23px;
    float:left;
}
#popupBody
{
    width:380px;
    margin: 30px 0 0 0;
}
