﻿.modalBackground 
{	
	z-index: 80000 !important;
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	z-index:90000 !important;
    background-color: white;
    border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.centered
{
	display:block; 
	text-align: center; 
	margin-right: auto; 
	margin-left:auto;
}
