﻿#BkDel, .bkdel
{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	background-color: Black;
	opacity: 0.7;
}
#BkMnu
{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
}
#PnlDel, .pnldel
{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
}
.PnlCls
{
	border: 1px solid #888888;
	border-radius: 20px;
	display: inline-table;
	padding: 20px;
}
.Pnl2Cls
{
	border-radius: 15px;
	padding: 15px;
	background-color: #CCDDEE;
	border: 1px solid #888888;
}
