﻿/************ Modal ************/
.modalBackground
{
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1;
}

.modalBody
{
    text-align: left;
	padding: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: Black;
	line-height: 17px;
}

.modalContainer
{
	position: absolute;
	z-index: 750;
	display: none;
	background-color: white;
	padding: 0px;
	border: solid 2px black;
}
