﻿/*Modal Popup*/

.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:10px;
	width:auto;
	height: auto;
}

.ImageP
{
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	font-family: ariel;
	width: 440px;
}

.PJustify
{
	text-align: justify;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}