﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.ModalPopupTableBorder
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.ModalPopupHeader
{
	background-color: #CED6FF;
	border-bottom: 1px solid #000065;
	font-family: Verdana;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	text-align: center;
	height: 20px;
}
.ModalPopupError
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #b61619;
}
