.ModalDialogCaption
{
	BORDER-RIGHT: #666666 thin solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #666666 thin solid;
	MARGIN-TOP: 15px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: auto;
	BORDER-LEFT: #666666 thin solid;
	WIDTH: 500px;
	COLOR: white;
	MARGIN-RIGHT: auto;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #999999 thin solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #1A2243;
	TEXT-ALIGN: left;
	font-weight: bold;
	font-size:10pt;
}
.ModalDialogPanel
{
	border-right: #333333 thin dashed;
	padding-right: 10px;
	border-top: #333333 thin solid;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	border-left: #333333 thin dashed;
	width: 500px;
	margin-right: auto;
	padding-top: 10px;
	border-bottom: #333333 thin dashed;
	background-color: white;
}
.ModalDialogPanel table {margin-left: auto; margin-right: auto; vertical-align:middle; text-align:center; }
.modalBackground {  background-color:Gray; filter:alpha(opacity=70); opacity:0.7;}