﻿.popup
{	
	position: fixed;
    _position: absolute;
    left: 50%; top: 50%;
	
}
.popup .panel
{
	font-size: 14px;
	font-weight: bold;
	color:#000;
	background-color: #fff;
	position: relative;
	height:100px;
	width:560px;	
	left: -360px; top: -50px;
	text-align:center;
	border:2px solid #64615C;
    z-index: 100; /* moet hoger zijn dan waiting panel */
}
.popupBg
{
	position: fixed;
    _position: absolute;
    width: 100%; height: 200%; background-color: #64615C; left: 0pt; top: 0pt;
	opacity: 0.5; /* other browsers */
	filter: alpha(opacity=50); /* IE */
    z-index: 99;
    ]z-index:0;
    _z-index:0;
}
