﻿.PopupWindow
{
	display: block;
	position: absolute;
	left: 100px;
	top: 100px;
	border: 1px solid gray;
	background-color: White; /* #99cccc; */
	width: 400px;
	height: auto;
	clear: both;
}

.PopupWindow .Window
{
	margin:8px;
	padding:4px;
	border: 1px solid silver;
	background-color: #f0f0f0;
	height: auto;
	width: auto;
	color: Black;
	font-family:Tahoma !important;
	font-size:11px !important;
}

.PopupWindow > H1
{
	display:block;
	background-color: White; /* #99cccc; */;
	font-family: Arial, Tahoma, Helvetica !important ;
	font-size:12px !important;
	font-weight:bold  !important;
	color: Crimson !important;
	height:10px;
	margin:8px;
}

.PopupWindow > H2
{
	display:block;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color: black;
	margin:2px 0px;
}


.ModalPopupBackGround
 {
	background-image: url(images/ajax-darkbackground.png);
	background-repeat:repeat;	
	z-index:99999;
 }
 

.Window .Button
{
	margin-top:4px;
	margin-right:4px;
	background-color:silver;
	background-color:transparent;
	border:1px solid transparent;
	border-bottom:1px solid gray;
	color:#202020;
	font-size:11px;
	padding:2px;
}

.Window .Button:hover, .Window .Button:focus, .Window .Default
{
	background-image: url(Images/button_cian_green.png);
	background-position: left top;
	background-repeat: repeat-x;
	border:1px solid gray;
	font-size:11px;
}
