﻿div#popupbg
{
	position: fixed;
	top: 0;
	left: 0;
    display: none;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 
	background-color: #c0c0c0;
	margin: 0px;
	z-index: 100;
}
div.popup
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
    margin: 0;
	z-index: 101;
    display: none;
}
div.popup div.middle {
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
	/*width: 500px;*/
    text-align: left;
	z-index: 101;
    overflow: hidden;
}
div.popup div.middle .scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
div.popup h1
{
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	background: transparent none;
	color: #000000;
}
