.ModalPopup-Background
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopup-Panel
{
	background-color: #F8F7F2;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	text-align: right;
}

.ModalPopup-Panel table tr td
{
	/*text-align: right;*/
}

.ModalPopup-Title
{
	/*color: #97b242;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;*/
	color: #898977;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-align: center;
}

.ModalPopup-Label
{
	color: #898977;
	font-size: 12px;
	font-family: tahoma;
	text-align:right;
}