﻿.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #565656;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 3px;
	height: auto;
	cursor: hand;
}
.modalPopupTitel
{
	color: White;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.modalPopupCancel
{
	position: absolute;
	right: 0px;
	top: 5px;
}
