﻿#ModalPopup
{
	position: fixed;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font: 18px Tahoma;
}
#ModalPopupBackground
{
	position: fixed;
	z-index: 999990;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	
	width: 100%; height: 100%; background-color: #333333;
}
#ModalPopupDialog
{
	position: relative;
	z-index: 999991;
	
	margin: auto auto auto auto;
	
	width: 450px;
	height: 250px;
	/*background-color: #dddddd;*/
	
	border-style: none;
	border-width: 0px;
	
	background-color: #FF6600;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
#CloseButton
{
	position: relative;
	z-index: 999992;
	float: right;
	
	top: 0px;
	
	width: 44px;
	height: 18px;
	
	background-color: #84BB2A;
	
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #70777E;
	
	font-family: "Arial Black";
	color: #E9E9E9;
	font-size: 12px;
	
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#CloseButton:hover
{
	background-color: #84BB2A;
	border-color: #884336;
	
	color: #FFFFFF;
}
#ModalPopupDialogContent
{
	position: relative;
	z-index: 999992;
	
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1px;
	border-color: #556472;
	
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 220px;
	
	overflow: auto;
}

#VerticalAlignPart1
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-color: inherit;
}
#VerticalAlignPart2
{
	display: table;
	
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-color: inherit;
}
